$ git clone https://github.com/oyvindhermansen/luksusfellen.git && cd luksusfellen
$ npm install && bower install
$ gulp
$ npm run dev
If you don't have nodemon installed, use npm start
instead of npm run dev
$ gulp compile --production
Unit testing with MochaJS
$ npm test