A three.js starter template freely inspired from:
- https://github.com/designcourse/threejs-webpack-starter
- https://github.com/GrantBartlett/three-typescript-webpack-starter
- https://github.com/edwinwebb/three-seed
Based on:
- three.js v0.136.0
- TypeScript v4.5.4
- WebPack v5.65.0
https://effe-ickx.github.io/threejs-starter/dist/
Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build