express-skeleton-generator
v1.0.3
Published
An ExpressJS application starter generator, inspired by the goold old 'express-generator'
Downloads
5
Maintainers
Readme
Express Skeleton Generator Guide
1. Installation
$ npm install express-skeleton-generator
2. Build the skeleton
$ express-skeleton <app-name>
e.g
$ express-skeleton my-app
3. Go to the application folder
$ cd <app-name>
4. Install the dependencies
$ npm install
5. Start the project
$ npm start
This package utilizes pug
for the templating engine, however you can customize it to your preferred engine.