express-boiler
v0.1.0
Published
Simple boilerplate for Express.js
Downloads
1
Readme
Express-boiler.js
Application template for express.js (^4.x.x)
Installation
npm install express-boiler -g
Usage
boiler new <app-name>
To start server and watch for development
grunt devs
Then go to http://localhost:1337
To build the app for deployment
grunt build
This will compress and compile both Javascript and the Less.
More information on devs
and build
grunt tasks in the Gruntfile.js
License
MIT