Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 453 Bytes

r3f-template

A basic template for R3F projects

yarn
yarn dev

image

screenshot.webm

npm install
npx webpack --config webpack.config.js --mode production
cd dist
python3 -m http.server
http://localhost:8000/
optional: remove `<script type="module" src="/src/main.jsx"></script>` from dist/index.html body