Skip to content

A starter template for quick spinup πŸš€πŸŒ™

License

Notifications You must be signed in to change notification settings

moonraker22/r3f-ts-drei-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Three Fiber Starter

A starter template for quick spinup of a react three fiber with vite and typescript

Authors

Run Locally

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