-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Christian Dobert edited this page Jun 3, 2016
·
27 revisions
Howdy! Welcome to the angular2-seed project! You can enjoy its 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.
- End-to-end tests with Protractor.
- Development server with Livereload.
- Experimental hot loading support.
- Following the best practices for your application’s structure.
- Manager of your type definitions using typings.
- Basic Service Worker, which implements "Cache then network strategy".
- The article Architecture and usage of angular2-seed provides a general overview of the seeds modules. It also gives an introduction to how make use of it in your own projects.
- The article Integrating angular2 seed updates into your codebase provides help on how to integrate the latest seed changes into your own code.
For frequently asked questions, have a look here: FAQ
If you want to know how to customize it further, take a look at the following wiki articles:
- Add a Proxy to browsersync
- Add external dependency
- Add external fonts
- Add external scripts and styles
- Add PostCSS Assets to the CSS pre processing stack
- Add Pug (Jade) support
- Add Stylus and PostStylus support
- Continuous unit testing
- Enabling SASS support
- FAQ
- Integration with AngularFire2
- Integration with AngularMaterial2
- Known Issues
- Speed up the build on Windows
- Speeding the build up