Click here to play!
- Clone this repository
- In the root directory:
npm install
npm install -g beefy
npm install -g browserify
browserify src/index.js -o bundle.js
beefy --browserify bundle.js
- Open
http://localhost:9966
in your browser.
- In the root directory:
npm install testem -g
browserify spec/test.js -o test_bundle.js
testem