Skip to content

hvalette/react-vite-template

Repository files navigation

Complete React template using Vite

Inspired by Vitesse

Features


Checklist

  • Change the author name in LICENSE
  • Change the title and description in index.html
  • Change the title and description of the manifest in vite.config.ts
  • Change the favicon in public
  • Clean up the READMEs and remove routes

Usage

Development

Just run and visit http://localhost:3000

npm run dev

Build

To build the App, run

npm run build

And you will see the generated file in dist that ready to be served.