https://github.com/mkubdev/threejs-101
learning
https://github.com/mkubdev/threejs-101
Last synced: 8 months ago
JSON representation
learning
- Host: GitHub
- URL: https://github.com/mkubdev/threejs-101
- Owner: mkubdev
- License: mit
- Created: 2023-07-20T14:16:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T12:22:28.000Z (over 2 years ago)
- Last Synced: 2025-03-16T10:28:18.181Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://threejs-101.vercel.app/
- Size: 53.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Threejs 101
🚧 This repos contain threejs experiments.
## Usage
Add `#debug` at the end of the url path to display the GUI.
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:3000
npm run dev
# Build for production in the dist/ directory
npm run build
```