/SmartCacheJS

Primary LanguageTypeScript

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