A basic template for R3F projects
yarn
yarn dev
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