Skip to content

Building and Testing 3DuF

Aaron Heuckroth edited this page Jul 20, 2015 · 23 revisions

Building Tools

Node and npm: Download and install

Browserify: npm install -g --save-dev watchify

Babelify: npm install --save-dev babelify

Watchify: npm install -g watchify

From the src/app/ folder, run: watchify appSetup.js -t babelify -v --outfile "../../3DuFapp.js

Testing Tools

Mocha: npm install -g mocha Mocha-traceur: npm install mocha-traceur --save-dev

From the src/ folder, run: `mocha --compilers js:mocha-traceur

Clone this wiki locally