Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wiledal/parcel-three-template


https://github.com/wiledal/parcel-three-template

Last synced: about 1 month ago
JSON representation

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
```