https://github.com/cyberdex/threejs
Three.js playground
https://github.com/cyberdex/threejs
Last synced: about 8 hours ago
JSON representation
Three.js playground
- Host: GitHub
- URL: https://github.com/cyberdex/threejs
- Owner: CyberDex
- Created: 2020-04-07T19:47:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:21:59.000Z (over 3 years ago)
- Last Synced: 2025-11-20T11:03:10.818Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Three.js playground
Install dependencies:
```
npm i
```
Run on https://localhost:8080
```
npm start
```
Production build:
```
npm run build
```