$ npm install -g @kamalnrf/generator
The quickest way to generate an application as shown below:
Create the app:
$ generate-express
? Do you want new direcotry (Yes/No): yes
? Project name: _enter_your_project_name
Install dependencies:
$ npm install
Start your Express.js app at http://localhost:3000/
:
$ npm start