Web interface for Surveil
Go to file
Philippe Pepos Petitclerc ed76b99d65 Add missing devDependencies
2015-01-20 15:27:39 -05:00
app Table first draft 2015-01-20 14:29:10 -05:00
e2e-tests First commit based on angular-seed 2014-12-16 17:05:07 -05:00
.bowerrc First commit based on angular-seed 2014-12-16 17:05:07 -05:00
.gitignore Update .gitignore 2015-01-20 14:41:49 -05:00
.jshintrc First commit based on angular-seed 2014-12-16 17:05:07 -05:00
.travis.yml First commit based on angular-seed 2014-12-16 17:05:07 -05:00
bower.json Modularize tactical view 2014-12-17 15:35:33 -05:00
Gruntfile.js Update Gruntfile.js 2015-01-16 16:34:47 -05:00
karma.conf.js Table first draft 2015-01-20 14:29:10 -05:00
LICENSE First commit based on angular-seed 2014-12-16 17:05:07 -05:00
package.json Add missing devDependencies 2015-01-20 15:27:39 -05:00
readme.rst Update readme 2015-01-19 09:58:40 -05:00

Adagios FrontEnd

Installation

sudo apt-get install npm nodejs-legacy
git clone https://github.com/titilambert/adagios-frontend.git
cd adagios-frontend
npm install

Dev

Auto-refresh css files

npm install grunt-cli
grunt

Coding style ===========

This project conforms to JSLint coding style (http://github.com/douglascrockford/JSLint). Run the linter as follows:

grunt jslint

Tests

AngularJS comes with Karma which is an automatic unit test runner. While running, Karma automatically executes the tests when any js file changes. To launch Karma :

npm test

Launch

npm start

Now, go on http://127.0.0.1:8000