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