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

https://github.com/timmoth/typescript-threejs-helloworld

Simple hello world project for getting typescript & threejs to work together
https://github.com/timmoth/typescript-threejs-helloworld

Last synced: over 1 year ago
JSON representation

Simple hello world project for getting typescript & threejs to work together

Awesome Lists containing this project

README

          

# typescript-threejs-helloworld
Simple hello world project for getting typescript & threejs to work together

[![Guide](https://img.shields.io/badge/blog-guide-green?style=flat-square)](https://timmoth.com/posts/4bXP00vpw0-47cAokHTm5A)

Clone
```
git clone https://github.com/Timmoth/typescript-threejs-helloworld.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/