npm install -g browserify http-server
npm install
browserify main.js -o main.bundle.js
browserify worker.js -o worker.bundle.js
Add the STL and NIfTI objects to the project root and rename the files in main.js
http-server
open browser at: 127.0.0.1:8080