Calculating a table of prime number multiplications.
The code can be viewed under https://claudiamatosa.com/code/primes.
Install nodeJS, then run, from the root directory:
npm start
If everything has worked successfully, navigate to http://localhost:8000.
This app contains some unit tests. In order to run them, simply write:
npm test
The test files are contained next to the code itself.
angular-seed, for the base structure and angular-route integration - https://github.com/angular/angular-seedGrunt, to run a local server and see the routes properly - http://gruntjs.com/