A modern minimal Vite + React + TypeScript template with pre-configured ESLint (with Airbnb JS/React rules), Prettier, Testing with Jest and Git hooks with Husky out of the box
ViteRC is a modern minimal Vite + React + TypeScript template that comes pre-configured with useful tools such as ESLint, Prettier, Testing with Jest, and Git hooks with Husky. It aims to combine all these libraries which are not usually found in existing Vite templates. This template is actively maintained by contributors and will be updated as needed.
To use ViteRC, follow these steps:
yarn dev to start the app in development mode.yarn build, yarn test, yarn format, etc. for various purposes.ViteRC is a modern and minimal Vite + React + TypeScript template that provides a complete development setup including ESLint, Prettier, Jest, Husky, and more. It offers a convenient starting point for developing React applications and ensures code quality through linters and formatters. With its active contributors and regular updates, ViteRC is a reliable choice for building modern web applications.