Express.js 4.0 Static Boilerplate is a simple Node.js Server using static files and directories for quick quality development and/or production.
- Static directory and files
- Server watch for changes (Nodemon)
- Grunt JS (Files Watch, CSS min, JS uglify)
- no Jade
On your terminal.
Install the node packages.
sudo npm installRun the server
nodemon server.jsTo watch and run the Grunt.js task on any change to your main files "app.js, app.css"
grunt watchWant to do manually?! no problem.
grunt buildOpen your browser on the address 'localhost:3000'
Done!
Michael Lancaster
MIT