app like that
cerberus
cerberus

Cerberus is a template project that sets up a minimal environment to get React working in Vite with HMR and ESLint configurations, using official plugins for improving development experience.

Features

React + Vite Integration

Provides a minimal setup for React applications using Vite, including hot module replacement for a faster and smoother development experience.

ESLint Configuration

Includes configurable ESLint rules, which can be expanded for type-aware linting to maintain code quality and ensure code consistency.

Fast Refresh with Plugins

Allows developers to use either of two official plugins for fast refresh in Vite, utilizing Babel or SWC to enhance reactivity in development.