##Setup
You must have bower and npm installed.
After pulling from repo, install npm and bower packages:
npm install
bower install
On the app directory, start the server:
npm start
You can now access the app on:
http://localhost:8080/dev/
http://localhost:8080/prod/
##Development Process
I am using grunt for building the app.
For development, you will also need to install the grunt cli:
sudo npm install -g grunt-cli
Everything is in /src folder, if you edit stuff inside this directory, execute grunt to build the app again. It will be deployed to the /dev directory. You can also execute grunt watch so it automatically rebuilds.
grunt production deploys to the /prod directory and everything is minified.
##To-dos
Overall UI improvements
Dropdown for colorpicker