This is a template starter project to scaffold a new Three.js project with TypeScript and Vite.
- Three.js
- Vite
- Prettier
Simply click on Use this template
on the right top corner of this page to get started.
# clone the repository
git clone https://github.com/JonasBne/threejs-vite-starter-project.git <your-optional-repo-name-here>
# install dependencies
npm install
# run the development server
npm run dev
# build the application
npm run build
Copyright (c) 2023 Jonas Boone. MIT License.