An open API service indexing awesome lists of open source software.

https://github.com/kcmr/react-vite-starter

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

eslint jest postcss prettier react scaffold-template starter-template testing-library-react typescript vite

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# React Vite Starter Template

This is a starter template for projects using React with TypeScript and Vite for building.
It's **based on [Vital](https://github.com/jvidalv/vital)** with some modifications.

## Features

- TypeScript
- PostCSS (CSS modules)
- Jest setup (Testing Library)
- ESLint
- Prettier
- Git hooks powered by [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks)
- lint-staged
- Vite with ESLint and Prettier checker
- Import aliases

## Usage

```
$ npx degit kcmr/react-vite-starter
$ nvm use
$ yarn
$ yarn start
```