Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.35 KB

Angular 1.x Application Seed

Build Status

Angular application with batteries included 🔋. Package contents:

FAQs

  • How do I start/run the app? Run npm start.
  • How do I run unit tests? Run npm test.
  • How do I run end to end tests? If the app isn't already running, start the app using npm start in one terminal. In another (make sure you have protractor installed globally using npm install -g protractor), run webdriver-manager update && webdriver-manager start. In your third terminal, run npm run test:e2e.

Originally created by Pixbit with 🔥.