Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.65 KB

cookiecutter-angular2

Build Status

Overview

A modular seed project for Angular 2 apps. It is something similar to the Angular Quick Start but does the entire build with gulp.

Quick Start

Install cookiecutter:

pip install cookiecutter

Scaffold your project:

cookiecutter gh:matheuspoleza/cookiecutter-angular2

Stack

Features

  • 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".

Contributing

Check CONTRIBUTING.md

License

MIT © Matheus Poleza