A template for new applications using
- Sails 0.10
- Ember with Ember App Kit
- Emblem for templates
- Stylus as CSS preprocessor
- gulp as an asset pipeline
A base example is written using CoffeeScript, but plain old JavaScript is also supported
- node.js 0.10 is an obvious prerequisite
-
npm install
in the directory of a StartKit clone first time to install all the dependencies -
./node_modules/.bin/cult
to start the server and also watch/livereload cycle
You'll probably need LiveReload extensions installed for the full LiveReload support.