Experimental AngularJS application for an Anki-inspired vocabularly trainer.
Uses: Webpack, Angular 1.3, Bootstrap 3 and Lo-dash.
- Run
npm install
- Install the Webpack CLI with:
npm install -g webpack
- Install the Webpack Server with:
npm install -g webpack-dev-server
- Run
webpack-dev-server
- Point your browser to
http://localhost:8080
- Run
grunt karma