Skip to content

A boilerplate for Vite, React, TypeScript, ESLint, Prettier and Vitest.

Notifications You must be signed in to change notification settings

eyvindove/vite-react-typescript-eslint-prettier

Repository files navigation

Vite + React + TypeScript + ESLint + Prettier + Vitest

A boilerplate based on Vite, React, TypeScript, ESLint, Prettier, and Vitest.

Profile Image

Basic environment and find more...

Get started

  1. Clone this repo or run command below.
npx degit eyvindove/vite-react-typescript-eslint-prettier your-awesome-app-name
  1. Install all dependencies. (uses pnpm as default, you can use others package managers which you like, npm or yarn)
pnpm install
  1. Run dev server
pnpm dev
  1. Install ESLint & Prettier extensions for Visual Studio Code, and enable Format On Save setting.

  2. Enjoy! ☺

If you like this boilerplate, don't forget to give a star! 🌟