Starter template for a Vite app
For links and info, see Vite in Dev Resources.
This project is a vanilla app (no frontend framework), to keep the emphasis on Vite and simplicity. And uses TypeScript to showcase that feature.
- src for TypeScript and CSS.
- index.html for webpage. When the build runs, the reference to
/src/main.ts
will be replaced with/assets/index.ad4f7fa4.js
and a line will be added for the CSS file. - tsconfig.json for TypeScript.
dist
- output directory for HTML and assets (plain JS, CSS, and images).
Released under MIT by @MichaelCurrin.