This is a test application created in the course of AngularJS. Working demo is here
- node, npm, bower;
- webpack (for creating bundle);
- karma (for tests).
You need open the command line and then folowing this instructions.
git clone https://github.com/PidginEnemy/mail-app-angular
cd [your-path]/mail-app-angular
npm install
bower install
- Go to the project folder (via cmd).
- To create a bundle type in command line:
webpack
- For tests type in command line:
karma start
- Test coverage
- Restangular
Developers: Elay
License: MIT