Example implementation (POC) of a dashboard framework using AngularJS.
- Brunch
- Bower
- Bootstrap 3.x
- Font-Awesome
- AngularJS
- Justgage / Angular-JustGage
- Leaflet / Angular-Leaflet
Install brunch and dependencies:
> npm -g install brunch
> cp <project>
> npm install
Start brunch
with integrated server:
> brunch watch -s
Then goto http://localhost:3333