Blitz.js experiment/starter influenced heavily by @onireanud et al react-three-next
Run your app in the development mode.
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
List of delta's from the base Blitz.js generated app
react-three-blitz
├── app/
│ ├── core/
| │ └── components/
│ │ | └── DarkMode.tsx
│ │ | └── Logo.tsx
│ │ └── layouts/
│ │ └── _canvas.tsx
│ │ └── _dom.tsx
│ │ └── Layout.tsx
│ ├── pages/
│ │ ├── _app.tsx
│ │ └── index.tsx
│ │ └── hero.tsx
│ ├── api/
│ ├── auth/
│ ├── pages/
│ ├── login3d.tsx
│ └── signup3d.tsx
├── blitz.config.js
├── tsconfig.json
#shouldersofgiants shoutouts: