An open API service indexing awesome lists of open source software.

https://github.com/floating-point/template-vite-react-three-fiber-tailwind

Vite React-three-fiber - Drei - Tailwind
https://github.com/floating-point/template-vite-react-three-fiber-tailwind

Last synced: 3 months ago
JSON representation

Vite React-three-fiber - Drei - Tailwind

Awesome Lists containing this project

README

        

# React Three Fiber + Vite Starter

### Resources:

- [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/): Three.js Renderer
- [Drei](https://github.com/pmndrs/drei): React Three Fiber Helpers
- [Three.js](https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene): 3D Engine
- [Vite](https://vitejs.dev/guide/): Static Web Server
- [CodeSandbox](https://codesandbox.io/docs/configuration): Online Prototyping Container (optional)

### Installation

```
npm install
```

### Scripts

```
npm run dev
npm run build
npm run preview
npm run sandbox
```