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