Clone, npm install
, then:
# start development server
npm run start
Now open localhost:9966 and start editing your source code. Edit the honey.frag
or honey.vert
to see it reloaded without losing application state.
You can launch localhost:9966/?gui to open dat.gui.
For production:
# create a production bundle.js
npm run bundle
# deploy to a surge link for demoing
npm run deploy
For deploy to work, you will need to change the surge URL in package.json
"scripts" > "deploy"
field to something else.
This project forked from mattdesl/threejs-app
MIT, see LICENSE.md for details.