This is my prototype for a First Person Game using three.js and cannon.js.
- Download source code from github
- Extract the download and then run
cd (foldername)
- Run
npm install
- Run
npm run start
- Visit
http://localhost:8080
and then it should start!