v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Client

Initialize a new React application with create-react-app

post/client/boilerplate/init/react

Request body

namestring

The name of the React application that will be generated

outputstring

Name of your final React application folder.

Example request

{
  "name": "pizzeria-website",
  "output": "react-client"
}

Response

Success