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

Credits

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.