Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 477 Bytes

Brunch with AngularJS

Example implementation (POC) of a dashboard framework using AngularJS.

Technology stack

  • Brunch
  • Bower
  • Bootstrap 3.x
  • Font-Awesome
  • AngularJS
  • Justgage / Angular-JustGage
  • Leaflet / Angular-Leaflet

Getting started

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