demo2.mp4
- Three.js
npm install three
- dat.gui
npm install dat.gui
- clone project
- open cmd in the project directory
- install http-server to run the game locally
npm install http-server
- go to /dist directory then type
http-server
- clone project
- open cmd in the project directory
- install parcel either specifically for this project or globally on your machine
directory scope only:
npm install --save-dev parcel
globaly:
npm install -g parcel
then type
npm start
More details can be found in Docs