https://github.com/melvynx/threejs-journey-raging-sea
https://github.com/melvynx/threejs-journey-raging-sea
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/melvynx/threejs-journey-raging-sea
- Owner: Melvynx
- Created: 2021-05-20T14:20:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T14:46:45.000Z (over 4 years ago)
- Last Synced: 2025-03-20T04:52:47.117Z (7 months ago)
- Language: JavaScript
- Size: 14.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```