https://github.com/mitjap/smartcachejs
https://github.com/mitjap/smartcachejs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitjap/smartcachejs
- Owner: mitjap
- Created: 2015-10-18T02:18:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T14:19:53.000Z (over 10 years ago)
- Last Synced: 2025-03-12T23:13:41.752Z (over 1 year ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`