Creating A New Project
To create a new project:
- First install the CLI tool
- Then run the commands below in this order
noapi new <PROJECT_NAME>
Install dependencies
noapi install
Start the server
noapi runserver
noapi new <PROJECT_NAME>
Install dependencies
noapi install
Start the server
noapi runserver