An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-threejs-hello-world
Minimal hello world project for getting typescript, react & threejs to work together

[![Guide](https://img.shields.io/badge/blog-guide-green?style=flat-square)](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/