Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 575 Bytes

note-tagger

Simple note tagging Angular application.

Details: coming soon as they are fleshed out

This project is generated with yo angular generator version 0.11.1.

Build & development

Run grunt for building and grunt serve for preview.

Testing

Running grunt test will run the unit tests with karma.

To run tests whenever files change, do:

grunt serve in one terminal window

karma start in another terminal window

The tests will automatically be re-run when one of the test specs change