Angular 2 Seed is a starter project that implements best practices in
coding, building and testing Angular 2 apps.
Features
- Ready to go, statically typed build system using Gulp for working with TypeScript.
- Production and development builds.
- Sample unit tests with Jasmine and Karma including code coverage via Istanbul.
- End-to-end tests with Protractor.
- Development server with live reload.
- TypeScript definition management using Types.
- Basic Service Worker, which implements "Cache then network strategy".