Skip to content

jasonsturges/three-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Template

Starter template with modern tooling for Three.js projects.

screen-capture

Tutorial video at YouTube: https://youtu.be/BDjPHZvRYO8

Getting Started

Install dependencies: npm i

To run a local development server:

  • npm run dev — Live reload using Vite
  • npm run preview — Preview build artifact (requires a build)