An open API service indexing awesome lists of open source software.

https://github.com/nicksp/angulight

Slimmed and lightweight AngularJS implementation.
https://github.com/nicksp/angulight

Last synced: 3 months ago
JSON representation

Slimmed and lightweight AngularJS implementation.

Awesome Lists containing this project

README

          

# Custom Light AngularJS

Custom implementation of web framework with MVC model.

### Building

To make a development/production build:

```sh
$ npm build
$ npm run build:min
```

### Running Tests

To execute all unit tests:

```sh
$ npm run test:unit
```