This template provides a minimal setup for integrating React with TypeScript and Vite, including support for Hot Module Replacement (HMR). It also includes configuration for various linters such as ESLint, Prettier, and Stylelint.
-
Install Dependencies
npm install
-
Run the Application
npm run dev
Note: This project includes several linters: Prettier, ESLint, Stylelint, and EditorConfig. To enhance your development experience, consider installing the corresponding extensions in your code editor (e.g., VS Code).
-
Run ESLint
npm run lintTS
-
Run Stylelint
npm run lintCSS
This project is licensed under the MIT License. See the LICENSE file for more details.