Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiledal/parcel-three-template
https://github.com/wiledal/parcel-three-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiledal/parcel-three-template
- Owner: wiledal
- Created: 2019-04-30T10:03:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T10:04:58.000Z (over 5 years ago)
- Last Synced: 2024-10-16T19:47:58.511Z (3 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Parcel THREE.js template
Basic starter template for fast THREE.js "demo"-style project development with `Parcel`.*Features:*
- Scene, Camera, Renderer
- Window resizing
- Update loop## Get
```bash
npx degit wiledal/parcel-three-template PROJECT_NAME
```## Install
```bash
npm install
```## Run
```bash
npm run dev
```