Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunosimon/threejs-template-complex
https://github.com/brunosimon/threejs-template-complex
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/threejs-template-complex
- Owner: brunosimon
- Created: 2021-07-10T12:04:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:30:52.000Z (about 2 years ago)
- Last Synced: 2024-04-14T06:10:57.040Z (9 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 280
- Watchers: 16
- Forks: 94
- 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
```