Skip to content

Starter template for React with TypeScript, CSS-Modules and Jest setup powered by Vite. Based on Vital (https://github.com/jvidalv/vital)

License

Notifications You must be signed in to change notification settings

kcmr/react-vite-starter

Repository files navigation

React Vite Starter Template

This is a starter template for projects using React with TypeScript and Vite for building. It's based on Vital with some modifications.

Features

  • TypeScript
  • PostCSS (CSS modules)
  • Jest setup (Testing Library)
  • ESLint
  • Prettier
  • Git hooks powered by simple-git-hooks
  • lint-staged
  • Vite with ESLint and Prettier checker
  • Import aliases

Usage

$ npx degit kcmr/react-vite-starter <destiny>
$ nvm use
$ yarn
$ yarn start