A starter template for quick spinup of a react three fiber with vite and typescript
Clone the project
git clone https://github.com/moonraker22/r3f-ts-drei-starter.git
or
click on use template above
Go to the project directory
cd r3f-ts-drei-starter
Install dependencies
npm install
Start the server
npm run dev