angular-kickstart is a toolkit that will generate a default project structure, specifically adapted for single-page applications (SPAs).
The default project uses SASS, Bower, and Gulp, and comes with a local Web server to start, preview and test your applications immediately.
All SASS code is compiled to standards-compliant CSS when a file is saved, and all JavaScript code is passed through JSHint to ensure there are no glaring errors that break the code's execution.
Additionally unit tests can also be integrated, module dependencies can be automatically injected in the code, and client-side assets can also be concatenated and minified before sending the to the user.
A live-reload feature is also supported through Browsersync, simplifying development tasks even further by eliminating the need to constantly press F5 on your keyboard.
All in all angular-kickstart is a pretty solid tool for developers that like to go the Angular route when developing their SPAs, helping them reduce development time by eliminating any repetitive tasks from their workflow.
What is new in this release:
- Fixing issue with protractor.
What is new in version 1.0.4:
- Fixing issue with protractor.
Requirements:
- Node.js
- SASS / SCSS
- gulp.js
- Bower
Comments not found