Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 257 Bytes

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