https://github.com/freeshineit/threejs-demo
three.js demo
https://github.com/freeshineit/threejs-demo
threejs
Last synced: 7 months ago
JSON representation
three.js demo
- Host: GitHub
- URL: https://github.com/freeshineit/threejs-demo
- Owner: freeshineit
- License: mit
- Created: 2023-01-30T11:38:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T14:16:53.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:25:52.988Z (9 months ago)
- Topics: threejs
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# three.js demo

## Use
```bash
#
pnpm install# development
pnpm run dev# production
pnpm run build# https://github.com/http-party/http-server
# http-server >= 14
cd dist && http-server -g -p 8080
```