- Install Node.js.
- Install Grunt, Bower, and CoffeeScript:
sudo npm install -g grunt-cli bower coffee-script
- Install the dependencies:
npm i && bower i
- Start the auto-build and auto-refresh server:
PORT=8000 grunt serve
This repository was archived by the owner on Mar 6, 2024. It is now read-only.