Quick setup for your local ui development
- Bower - learn more
- Install by running
npm install -g bower
- Install by running
- Clone repo
- Run
bower install
- Run
npm install
- Run
npm run watch:all
Your browser should open localhost:3000 and it will livereload when any of your files change
P.S. This is still a work in progress so there be bugzz