Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 908 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 908 Bytes

cheztone-frontend Build Status

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.

Stack

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.

How it works

run

  • Check out CheztoneFrontEnd.
  • Run npm install && bower install
  • Run grunt for building and grunt serve for preview.

test

Run grunt test to launch unit tests with karma.