This project is base on Free Admin Bootstrap Theme SB Admin v2.0.
####1. Tools
- Install needed tools
 
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower####2. Install
- Bower install is ran from the postinstall
 
$ npm install####3. Sigma.js & Linkurious.js
- Sigma and linkurious lib do not provide bower repository yet
 - You can link it with
 
$ bower link linkurious /YourPathTo/linkurious.jsSame way for sigma
####4. Api Url
- Change apiUrl in app/scripts/app.js
 
  .constant('config', {
        apiUrl: 'http://localhost:5000/'
    })
####5. On the command prompt run the following commands
- a shortcut for 
grunt serve 
$ npm start