react three fiber study
  • TypeScript 94.5%
  • JavaScript 3.2%
  • HTML 1.2%
  • CSS 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-04-12 21:03:07 +09:00
public init 2025-04-12 04:03:35 +09:00
src feat: detail texture 2025-04-12 21:03:07 +09:00
.gitignore init 2025-04-12 04:03:35 +09:00
eslint.config.js init 2025-04-12 04:03:35 +09:00
index.html init 2025-04-12 04:03:35 +09:00
package.json init 2025-04-12 04:03:35 +09:00
pnpm-lock.yaml init 2025-04-12 04:03:35 +09:00
pnpm-workspace.yaml init 2025-04-12 04:03:35 +09:00
README.md init 2025-04-12 04:03:35 +09:00
tsconfig.app.json init 2025-04-12 04:03:35 +09:00
tsconfig.json init 2025-04-12 04:03:35 +09:00
tsconfig.node.json init 2025-04-12 04:03:35 +09:00
vite.config.ts feat: detail texture 2025-04-12 21:03:07 +09:00

React Three.js study

This is a simple React Three.js project that demonstrates how to use Three.js with React. It includes a simple scene with a city and a globe.

Getting Started

To get started, clone the repository and install the dependencies:

pnpm install

Then, start the development server:

pnpm run dev

Open your browser and navigate to http://localhost:5173 to see the app in action. You should see a simple scene with a city and a globe.