๐Ÿ“ฆ leog / epsilon

Web UI Architecture

โ˜… 4 stars โ‘‚ 2 forks ๐Ÿ‘ 4 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/leog/epsilon.git
HTTPS git clone https://github.com/leog/epsilon.git
SSH git clone git@github.com:leog/epsilon.git
CLI gh repo clone leog/epsilon
Leo Giovanetti Leo Giovanetti Update README.md 771f523 8 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ app
๐Ÿ“ spec
๐Ÿ“„ .bowerrc
๐Ÿ“„ .gitignore
๐Ÿ“„ bower.json
๐Ÿ“„ eslint.json
๐Ÿ“„ Gruntfile.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

epsilon

Web UI Architecture to handle a large AngularJS application.

Online demo

  • Open the browser and navigate to http://leog.github.io/epsilon

Local demo

  • In terminal run grunt server
  • 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)
  • 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