- Clone Repository
git clone https://github.com/Sean-Bradley/Three.js-TypeScript-Boilerplate.git
- CD into folder
cd Three.js-TypeScript-Boilerplate
- Install TypeScript
npm install -g typescript
- Install dependencies
npm install
- Start it
npm run dev
- Visit http://127.0.0.1:8080
You should see a rotating green wireframe cube, and be able to rotate it further with your mouse.
- Edit project in VSCode
code .