using Angular.js framework
-
npm install
-
npm start
The application should now be available at http://localhost:8080
Start the unit test runner:
npm test
Testing with Protractor
Start the Protractor test runner, using the e2e configuration:
npm run protractor