Skip to content
/ vite-three Public template

Starter kit for three js experiments

Notifications You must be signed in to change notification settings

jbrialon/vite-three

Repository files navigation

Vite Three

Copy (clone without git history)

npx degit jbrialon/vite-three threejs-project-folder

Setup

# Install dependencies (only the first time)
npm install

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

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