c0d3t3k / react-three-blitz

React Three Fiber experimental starter template powered by Blitz.js

Home Page:https://dev.to/c0d3t3k/blitz-js-react-three-fiber-react-three-blitz-ii3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

React Three Fiber experimental starter template powered by Blitz.js

https://dev.to/c0d3t3k/blitz-js-react-three-fiber-react-three-blitz-ii3


Languages

Language:TypeScript 91.9%Language:JavaScript 4.4%Language:CSS 3.3%Language:Shell 0.4%