Simple 3D game made with Three.js
-
Edit
/etc/hosts
filesudo vi /etc/hosts
and add:127.0.0.1 dev.com
-
Go to dir
cd stay-alive-3d
-
Set Node version
nvm use
-
Install
npm install
-
Run
npm run start
-
Lint
npm run lint
-
Tests
npm run test
-
Build for production
npm run build