Web UI Architecture to handle a large AngularJS application.
- Open the browser and navigate to http://leog.github.io/epsilon
- In terminal run
grunt server
- Open a browser and navigate to http://127.0.0.1
- To run the Jasmine unit test suite in terminal, use
grunt test
- To run Jasmine unit test suite in the browser (for better debugging)
- Ensure that the test server is running:
grunt connect:test:keepalive
- Open a browser and navigate to http://127.0.0.1:8888/_SpecRunner.html
- Ensure that the test server is running: