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.
Provides a minimal setup for React applications using Vite, including hot module replacement for a faster and smoother development experience.
Includes configurable ESLint rules, which can be expanded for type-aware linting to maintain code quality and ensure code consistency.
Allows developers to use either of two official plugins for fast refresh in Vite, utilizing Babel or SWC to enhance reactivity in development.