- Run
npm install -g grunt-cli
to install grunt npm install && bower install
to install dependenciesgrunt
to lint code, run tests and compile LESSnpm start
to serve the app athttp://localhost:3000/"
One-liner - sudo npm install -g grunt-cli && npm install && bower install && grunt && npm start