Skip to content

jeffrey-omega/R3F-Vite-Starter-Template

Repository files navigation

React Three Fiber Vite Starter Template

Product Screenshot

Built With

Installation

Tip

if you don't use pnpm, you can replace pnpm with npm or yarn in the following commands.

  1. Clone the repo

    git clone url
  2. Navigate to the project directory

     cd project-directory
  3. Install pnpm packages

     pnpm install

Usage

  1. Start the development server
     pnpm dev
  2. Build the project
     pnpm build