/three-ts-quickstart

boilerplate for a threejs and typescript project

Primary LanguageTypeScript

vite-threejs-ts-starter

A basic THREE.js project in TypeScript with Vite. Includes OrbitControls, Stats and basic shadows.

Press e key to export canvas as PNG in a new browser tab.

Getting started

Install dependencies. npm install

Start development server. npm run start

Build to for distribuition. npm run build