Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 534 Bytes

File metadata and controls

46 lines (30 loc) · 534 Bytes

React-Three-Fiber scaffold

Scaffold / template for creating a new React, Typescript, Tailwind, Vite and Vitest app with React-Three-Fiber.

Init from scratch

npx degit crunchwrap89/react-three-fiber-ts-tw-vite-scaffold

Install

npm install

Run Dev

npm run dev

Run Tests

npm run test

Lint

npm run lint

Build

npm run build

Preview

npm run preview

Find tutorials on fun coding projects at www.marcusn.dev