Click here to see the app (this link uses rawgit.com).
Use it to open the latest release version from this repo.
If you prefer running your own local server and/or don't want to run the build or make changes, point your local
HTTP server to the release folder of this repo as its root, and open index.html.
- Start by installing
node.js&npm, if you don't have them yet. - Run
npm install -g gulpandnpm install -g bowerif you don't havegulpandbowertools. - Run
npm installto fetch npm dependencies. - Run
bower installto fetch bower dependencies. - Run
gulp serveto run a local server that would listen to http://localhost:8080 on your machine.
After you go through the build steps above and run gulp serve, a watcher starts listening to file changes
and rebuilds frontend assets each time you modify files in the src folder.
Open http://localhost:8080/tests.html for unit tests, or open the app and click the Run tests link at the bottom of the page.