Create a new project
The CLI tool will scaffold the project and install all the required dependencies. To create a new project, run the CLI as follows and answer the prompts
Create project with name `nodeapi`
nodpi p nodeapiStarting the project
cd nodeapi
npm i
npm start
Starting the project




Last updated
Was this helpful?