All Projects → brunosimon → three.js-template

brunosimon / three.js-template

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Three.js template

Simple Three.js starter

Features

Setup

Download Node.js. Run this followed commands:

# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler

# Install dependencies (only for first time)
npm i

# Serve at localhost:1234
npm run dev

# Build for production in the dist/ directory
npm run build

Issues

If you have some issues while try to build at first time, just check that parceljs(https://parceljs.org/getting_started.html) installed on your system.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].