https://github.com/danielcruz12/three-js
first render
https://github.com/danielcruz12/three-js
Last synced: 3 months ago
JSON representation
first render
- Host: GitHub
- URL: https://github.com/danielcruz12/three-js
- Owner: DanielCruz12
- Created: 2022-05-12T21:08:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T04:06:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T11:48:36.680Z (5 months ago)
- Language: JavaScript
- Homepage: https://threejsrender.netlify.app/
- Size: 917 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-js
first render# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build