Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 425 Bytes

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