https://github.com/frehner/17-haunted-house
https://github.com/frehner/17-haunted-house
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frehner/17-haunted-house
- Owner: frehner
- Created: 2022-03-01T05:59:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T04:28:29.000Z (over 4 years ago)
- Last Synced: 2025-04-09T15:13:44.278Z (about 1 year ago)
- Language: JavaScript
- Size: 5.41 MB
- Stars: 0
- 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
```