0.2.0 • Published 5 years ago
create-node-express-app v0.2.0
create-node-express-app
create a new node express app
Getting Started
- install package globally
$ npm install -g create-node-express-app
- create a new application by doing create-rest-api
<your-app-name>
$ create-rest-api test-app
- It will ask you a few yes/no questions
This will create a folder with
<your-app-name>
install the dependencies
$ npm install
- now to run the application simply do
$ bash deploy.sh