https://github.com/timmoth/react-threejs-hello-world
Minimal hello world project for getting typescript, react & threejs to work together
https://github.com/timmoth/react-threejs-hello-world
Last synced: over 1 year ago
JSON representation
Minimal hello world project for getting typescript, react & threejs to work together
- Host: GitHub
- URL: https://github.com/timmoth/react-threejs-hello-world
- Owner: Timmoth
- License: mit
- Created: 2023-01-13T19:59:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T20:02:22.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.484Z (over 1 year ago)
- Language: TypeScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-threejs-hello-world
Minimal hello world project for getting typescript, react & threejs to work together
[](https://timmoth.com/posts/G5FZUUMXeUeaJGRO-dA6FA)
Clone
```
git clone https://github.com/Timmoth/react-threejs-hello-world.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/