Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 512 Bytes

File metadata and controls

20 lines (11 loc) · 512 Bytes

helloworld

This project is generated with yo angular generator version 0.11.1.

Build & development

Install 'nvm'(for linux) or 'nvmw'(for windows) to manage nodejs version.

Run 'nvm use 0.12.4' to use nodejs version 0.12.4.

Run 'npm install' to install required nodejs module.

Run 'bower install' to install required packages.

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.