https://github.com/brunosimon/threejs-template-complex
https://github.com/brunosimon/threejs-template-complex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/threejs-template-complex
- Owner: brunosimon
- Created: 2021-07-10T12:04:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:30:52.000Z (almost 3 years ago)
- Last Synced: 2025-05-19T16:11:26.949Z (6 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 289
- Watchers: 15
- Forks: 96
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-webxr-development - threejs-template-complex - badge] (Engine / Framework / General 3D Rendering Engine)
README
# Three.js - Template - Complex
🚧 This template is under construction
## 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
```