Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 602 Bytes

README.md

File metadata and controls

53 lines (25 loc) · 602 Bytes

DEPRECATION NOTICE

This repository is no longer maintained.

Angular Bootstrap

Install grunt

npm install -g grunt-cli

or to use the project copy

./node_modules/grunt-cli/bin/grunt

Install bower (version 1.2.x or higher)

npm install -g bower

or to use the project copy

./node_modules/bower/bin/bower install

Get Dependencies

npm install && bower install

Run dev server:

grunt server

Build

Build files currently end up in the out directory

grunt

Test

Unit

grunt test

End to End

grunt test-e2e

Documentation

TODO