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

https://github.com/mitjap/smartcachejs


https://github.com/mitjap/smartcachejs

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# SmartCacheJS

To start developing run

- `npm install --dev`
- `bower install`
- `gulp tsd` - installs TypeScript definitions
- `gulp watch` (optional) - to watch *.ts files for changes and "recompiles" immediately

To run tests

- `karma start --single-run` or
- `karma start` and then in another terminal `karma run`