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
- Host: GitHub
- URL: https://github.com/timmoth/typescript-threejs-helloworld
- Owner: Timmoth
- License: mit
- Created: 2023-01-10T22:50:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T22:52:49.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.525Z (over 1 year ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-threejs-helloworld
Simple hello world project for getting typescript & threejs to work together
[](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/