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.
- Host: GitHub
- URL: https://github.com/nicksp/angulight
- Owner: nicksp
- License: other
- Created: 2016-03-01T22:46:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T23:08:34.000Z (over 10 years ago)
- Last Synced: 2025-01-07T20:22:35.938Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```