-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Wenzel Kuhn edited this page Apr 10, 2022
·
27 revisions
Howdy! Welcome to the angular-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 @types
- Basic Service Worker, which implements "Cache then network strategy"
- The article Architecture and usage of angular-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 angular-seed updates into your codebase provides help on how to integrate the latest seed changes into your own code
- The article Continuous unit testing describes how to make use of continuous unit testing
- The article [How to dockerize your application] (http://www.dzurico.com/dockerize-angular-application) describe how to build your application in a Docker container
For frequently asked questions, have a look here: FAQ
Currently known issues are tracked in this article: Known Issues