/template_threejs-basic-webpack

Basic Three.js Webpack Starter Template using Three.js Journey modified starter code for Lesson 10 Debug UI

Primary LanguageJavaScript

Basic Three.js Webpack Starter Template

Credit: Three.js Journey by Bruno Simon modified starter code for Lesson 10 Debug UI

Setup

# 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