Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael5891/light-report
Light wait blazing fast grid report
https://github.com/michael5891/light-report
Last synced: 11 days ago
JSON representation
Light wait blazing fast grid report
- Host: GitHub
- URL: https://github.com/michael5891/light-report
- Owner: michael5891
- Created: 2019-09-16T17:25:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T21:59:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:13:46.869Z (3 months ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - light-report - Light wait blazing fast grid report (JavaScript)
README
# LIGHT REPORT
Light wait blazing fast grid report.
Pure JS implementation wrapped by angularJS framework.
### Installation
```
npm install
npm install -g bower
bower install
```### Development
1. start the demo server:
```
grunt serve
```
2. Use continuse build for changes update:
```
grunt watch-build
```3. Open browser at [http://localhost:4000/#](http://localhost:4000/#/)
## Testing
In Order to run the unit tests via karma simply run the following command:
```
grunt test
```
This would execute karma test via phantomjs browser.### API Documentation
Client api
* [ng directives](docs/directive-api.md)
* [ng services](docs/services-api.md)
* [models](docs/models-api.md)Server api
* [server](docs/server-api.md)