๐Ÿ“ฆ leog / epsilon

๐Ÿ“„ README.md ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16# epsilon
Web UI Architecture to handle a large AngularJS application.

## Online demo
1. Open the browser and navigate to http://leog.github.io/epsilon

## Local demo
1. In terminal run `grunt server`
2. Open a browser and navigate to http://127.0.0.1

## Running Tests
- To run the Jasmine unit test suite in terminal, use `grunt test`
- To run Jasmine unit test suite in the browser (for better debugging)
     1. Ensure that the test server is running: `grunt connect:test:keepalive`
     2. Open a browser and navigate to http://127.0.0.1:8888/_SpecRunner.html