Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunosimon/threejs-template-simple
https://github.com/brunosimon/threejs-template-simple
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/threejs-template-simple
- Owner: brunosimon
- Created: 2021-07-06T08:46:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T22:32:39.000Z (about 2 years ago)
- Last Synced: 2024-04-14T06:10:57.142Z (7 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 211
- Watchers: 8
- Forks: 93
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-webxr-development - threejs-template-simple - badge] (Engine / Framework / General 3D Rendering Engine)
README
# Three.js - Template - Simple
## 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
```