Setup boilerplate project with vite + three + ts

What is Vite

Vite is a platform-agnostic frontend tool for building web applications quickly and solves some common developer headaches.

How setup Vite with threeJS and Typescript

npm init vite@latest .

npm install three

npm install @types/three --save-dev

git run build

git run dev

Home