Template-React-TypeScript-Vite

This is a template to create projects using Vite, React, TypeScript, Prettier, EditorConfig and Stylelint, Eslint

MIT License

Stars
0
Committers
1

React + TypeScript + Vite Template

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.

Related Projects