A Three.js + Vite boilerplate / starter template. It only uses JavaScript (no TypeScript) and is intended to be a very simple starter kit that can be used to immediately start a new Three JS project - no extra, unnecessary complexities.
To run the project on your local machine:
npm run dev
To build for production:
npm run build
The main features, as mentioned, are basic:
- Basic scene with an animated cube
- OrbitControls
New (essential) features will be constantly updated, for example:
- Fullscreen and resizing support.
- Debug UI
This project is licensed under the Apache License 2.0. You are free to use, modify, and distribute this software under the terms of the license.