-
Notifications
You must be signed in to change notification settings - Fork 70
Building and Testing 3DuF
Aaron Heuckroth edited this page Jul 20, 2015
·
23 revisions
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
Mocha: npm install -g mocha
Mocha-traceur: npm install mocha-traceur --save-dev
From the src/ folder, run: `mocha --compilers js:mocha-traceur