Just a simple static server for node JS preloaded with FuelUX for your convenience
It is deployable to Heroku (or, should be. It is untested. If it doesn't work, please create an issue, or fix and submit a PR)
While you can just clone this, I recommend pulling it into a new repo instead.
- Create a new repository
git pull git@github.com:cormacmccarthy/fuelux-boilerplate-static-node-server.git master
- run
npm install
This will bypass app.js
and just use connect
with watch
to serve you static files from www/
- run
grunt
This will start app.js
, which will serve your static files from www/
- run
grunt app
- browse to http://localhost:9001/
This will start app.js
, which will serve your static files from www/
- node app
- browse to http://localhost:9001/
CSS & JS minifies and merges in-place.
Port number and other settings changeable in Grunfile.js
and/or app.js