Skip to content

rajtslegr/vite-react-starter

Repository files navigation

Vite React Starter

Netlify Status

Opinionated Vite template.

  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • ESLint and Prettier
  • Husky and lint-staged
  • Vitest and React Testing Library
  • Playwright
  • Storybook
  • pnpm

Getting started

Install dependencies:

pnpm install

Run project:

pnpm dev

Run storybook:

pnpm storybook