/TiJO_10

Primary LanguageJavaScript

Pure JavaScript scaffolding for RealSkill

You can quickly create JavaScript tasks by cloning the scaffolding repo. You don't have to bother with karma/coverage/reporters/gruntfile/npm configuration.

Setup

To install dependencies

npm install

JShint

To run verify jshint:

grunt jshint:default

Run tests

To start developing unit tests

grunt test:dev

To run tests and static analysis

npm test