react three fiber study
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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.