A boilerplate based on Vite, React, TypeScript, ESLint, Prettier, and Vitest.
Basic environment and find more...
- Clone this repo or run command below.
npx degit eyvindove/vite-react-typescript-eslint-prettier your-awesome-app-name
- Install all dependencies. (uses pnpm as default, you can use others package managers which you like, npm or yarn)
pnpm install
- Run dev server
pnpm dev
-
Install
ESLint
&Prettier
extensions for Visual Studio Code, and enableFormat On Save
setting. -
Enjoy! ☺
If you like this boilerplate, don't forget to give a star! 🌟