https://github.com/haroldao/threejs-journey-basics
https://github.com/haroldao/threejs-journey-basics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haroldao/threejs-journey-basics
- Owner: haroldao
- Created: 2021-05-30T23:12:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T15:44:24.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:23:25.498Z (4 months ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## 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:8080
npm run dev# Build for production in the dist/ directory
npm run build
```