Skip to content

Building and Testing 3DuF

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

Node and npm: Download and install

Node Libraries

node-uuid: npm install node-uuid

Building Tools

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

Should.js: npm install should --save-dev

From the src/ folder, run: mocha

Clone this wiki locally