-
Notifications
You must be signed in to change notification settings - Fork 70
Building and Testing 3DuF
Aaron Heuckroth edited this page Jul 25, 2015
·
23 revisions
Node and npm: Download and install
node-uuid: npm install node-uuid
require-directory: npm install require-directory
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
Should.js: npm install should --save-dev
From the src/ folder, run: mocha