A modular seed project for Angular 2 apps. It is something similar to the Angular Quick Start but does the entire build with gulp.
Install cookiecutter:
pip install cookiecutter
Scaffold your project:
cookiecutter gh:matheuspoleza/cookiecutter-angular2
- Allows you to painlessly update the seed tasks of your already existing project.
- Typed build system using gulp for working with TypeScript.
- Production and development builds.
- Jasmine and Karma code coverage via istanbul.
- End-to-end tests with Protractor.
- Livereload.
- Following the best practices for your application’s structure.
- Manager of your type definitions using typings.
- Autoprefixer and css-lint support.
- Service Worker, which implements "Cache then network strategy".
Check CONTRIBUTING.md
MIT © Matheus Poleza