/angulight

Slimmed and lightweight AngularJS implementation.

Primary LanguageJavaScriptOtherNOASSERTION

Custom Light AngularJS

Custom implementation of web framework with MVC model.

Building

To make a development/production build:

$ npm build
$ npm run build:min

Running Tests

To execute all unit tests:

$ npm run test:unit