vitejs-boilerplate

ViteJS boilerplate with TailwindCSS, React Router v6, Typescript and more.

Stars
15

ViteJS Boilerplate

This project is just a simple ViteJS boilerplate ready to go.

Stack Used

Getting Started

Install all dependencies with pnpm

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the pages by modifying src/pages. The page auto-updates as you edit the file.