Skip to content

Building and Testing 3DuF

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

Node and npm: Download and install

Node Libraries

node-uuid: npm install node-uuid

require-directory: npm install require-directory

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

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

From the src/ folder, run: mocha

Clone this wiki locally