Skip to content

MichaelCurrin/vite-quickstart

Repository files navigation

Vite Quickstart

Starter template for a Vite app

GitHub tag License

Preview

Sample screenshot

Use this template

About

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.

Structure

  • 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).

License

Released under MIT by @MichaelCurrin.

About

Starter template for a Vite app

Topics

Resources

License

Stars

Watchers

Forks