Simplify working with consecutive timed tasks by adding them to a queue of timers.
$ npm install
You will need to have MongoDB running.
$ mongod
$ npm start
$ grunt watch
You can also use the webpack-dev-server by running
$ webpack-dev-server --content-base public/ --hot --port 3001
or simply
$ npm run-script dev-server
$ grunt
Visit http://localhost:3000