Skip to content

bibashmgr/build-threejs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build ThreeJS App

A boilerplate/starter project for quickly building three.js app using Vite & Three.

Quick Start:

To create a project, simply run:

npx build-threejs-app

Change directory:

cd <project-name>

Install the dependencies:

npm install

Run app in development:

npm run dev

Demo

See Live Demo