Skip to content

Opinionated, customized starting point for Angular 1.x applications.

Notifications You must be signed in to change notification settings

sirhodes/angular-app-seed

 
 

Repository files navigation

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 🔥.

About

Opinionated, customized starting point for Angular 1.x applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 58.5%
  • JavaScript 37.6%
  • HTML 3.9%