Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1022 Bytes

File metadata and controls

42 lines (28 loc) · 1022 Bytes

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! 🌟