ChezToneFrontEnd project was used as a sandbox for testing AngularJS®. It should be used as a template to build other angularJS projects as it comes will all building and integration tools needed to be tested and installed on a production server.
HTML5 and CSS3 project, build on AngularJS and Sass We're using Grunt to build project and run some repetitive tasks and Bower for dependency management.
- Check out CheztoneFrontEnd.
- Run
npm install && bower install
- Run
grunt
for building andgrunt serve
for preview.
Run grunt test
to launch unit tests with karma.