Demo of the compiled template.
This toolkit creates the environment for the development of an AngularJS based project.
In addition, it compiles the code to run a smooth and fast application.
- Lineman JS - a CLI tool. With it, most of required tasks in the development process are silently handled.
Lineman includes Grunt, Jasmine and also runs a local server for development purposes. - Bower - for package management
- AngularJS - you know, the framework :)
- AngularUI Router - the coolest routing solution for AngularJS
- jQuery
- Twitter Bootstrap
- Font Awesome
It is assumed that NodeJS, Bower and Lineman are installed.
npm install
bower install
lineman clean run