https://github.com/abernier/tpl-react-three
r3f repo template
https://github.com/abernier/tpl-react-three
react react-three-drei react-three-fiber threejs vite
Last synced: 5 months ago
JSON representation
r3f repo template
- Host: GitHub
- URL: https://github.com/abernier/tpl-react-three
- Owner: abernier
- Created: 2022-11-15T23:35:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T22:26:29.000Z (about 2 years ago)
- Last Synced: 2025-10-06T03:48:29.434Z (10 months ago)
- Topics: react, react-three-drei, react-three-fiber, threejs, vite
- Language: TypeScript
- Homepage: https://abernier.github.io/tpl-react-three
- Size: 389 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try on: [Codespace](https://github.com/codespaces/new?template_repository=abernier%2Ftpl-react-three) | [StackBlitz](https://stackblitz.com/github/abernier/tpl-react-three) | [Codesandbox](https://codesandbox.io/s/github/abernier/tpl-react-three)
# INSTALL
Pre-requisites:
- Node
```sh
$ npm ci
```
# Dev
```sh
$ npm run dev
```
# Build
```sh
$ npm run build
```
## Deploy
Pre-requisites:
- Make sure you have Github Pages set to `Github Actions` in your [project's Settings](/../../settings/pages)
A Github Actions [deploy](.github/workflows/deploy.yml) task will build and deploy to `https://{username}.github.io/{reponame}` when pushing on `main`.