Introducció

Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool consists of two major parts:

Scaffolding Your First Vite Project

>  bun create vite

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options.

For example, to scaffold a Vite + React project, run:

...

index.html and Project Root

...

TODO