Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.86 KB

File metadata and controls

50 lines (34 loc) · 1.86 KB

React + TypeScript + Vite Template

HTML CSS JavaScript TypeScript React Vite Prettier ESLint Stylelint Git

About

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.

Getting Started

  1. Install Dependencies

    npm install
  2. Run the Application

    npm run dev

Linters

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

License

This project is licensed under the MIT License. See the LICENSE file for more details.