js-training

Stars
6

JS Training

なんかCodePenアレだなぁと思いはじめて、GitHubのリポジトリに移したらやってる人がちらほらいるようなので念の為にREADME書いておく。

0. Fork this repository

This step is optional. If you want to save your commits, please fork before cloning).

1. Clone the (forked) repository.

$ git clone [email protected]:1000ch/js-training.git

2. Install node modules

$ npm install

3. Enjoy test driven development!

$ npm start

This is just an alias of mocha --require intelli-espower-loader test/*.js --watch question/*.js.