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
- Host: GitHub
- URL: https://github.com/floating-point/template-vite-react-three-fiber-tailwind
- Owner: FLOATING-POINT
- License: mit
- Created: 2024-05-02T21:44:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T10:27:56.000Z (9 months ago)
- Last Synced: 2025-02-03T22:44:44.824Z (4 months ago)
- Language: JavaScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```