Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 494 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 494 Bytes

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