Installing & Running
$ npm install
$ npm start
Some other commands
$ npm run build-scripts # compile your assets
$ npm run build-scripts-dev # like above but not minified
$ npm run watch # watches for changes to happen and then runs the above