Vite + TypeScript starter with hot module reloading.
npm run dev– start Vite dev server with HMRnpm run build– build for productionnpm run preview– preview the production buildnpm run test– run unit tests with Vitest
- Edit
src/main.tsandsrc/style.cssto start building. - Build output is emitted to
dist/.