xxGw1997 / threejs-vite-starter

A vanilla threejs starter build by ⚡️Vite for learning threejs .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js - Vite - Starter

🚧 This template is under construction by Vite

Setup

Run this followed commands:

# Get the project
git clone https://github.com/xxGw1997/threejs-vite-starter.git

# Move dir
cd threejs-vite-starter

# 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

About

A vanilla threejs starter build by ⚡️Vite for learning threejs .


Languages

Language:JavaScript 82.9%Language:HTML 15.2%Language:CSS 1.9%