Skip to content

Fork of this awesome Three JS starter created by Gary, vide Bruno Simon --> replaces Webpack (buggy), with Vite (performant).

Notifications You must be signed in to change notification settings

pareshpandit/threejs-vite-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Starter : Vite edition

Courtesy of Bruno Simon of https://threejs-journey.xyz/

Webpack -> Vite

Gary created this marvellous starter (and youtube tutorials), forking from the Three.js overlord, Bruno. Since Webpack has been keeping a bit behind in handling changes and depracations, causing newbies to sweat over the Boilerplate not working off-hand, this fork migrated the code to Vite for the sake of maintaining the purpose and diretion of the original repo. Plus, Vite is more fun, won't you agree? ;)

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:3000
npm run dev

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

Gary's Three JS Youtube Tutorials' Playlist :

At his DesignCourse Channel : https://www.youtube.com/playlist?list=PL0lNJEnwfVVO4sNO2WDq_h73w-eHQStCB

About

Fork of this awesome Three JS starter created by Gary, vide Bruno Simon --> replaces Webpack (buggy), with Vite (performant).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • HTML 11.5%
  • CSS 6.6%