create-node-express-app
v0.2.0
Published
create a new express application
Maintainers
Readme
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-appIt 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