Skip to content

c0d3t3k/react-three-blitz

Repository files navigation

Blitz.js

dev.to .Intro Video

Discord Shield

Open in Gitpod

react-three-blitz

Blitz.js experiment/starter influenced heavily by @onireanud et al react-three-next

Getting Started

Run your app in the development mode.

yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

Interesting Changes

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: