https://github.com/jhoan5/template-react-typescript-vite
This is a template to create projects using Vite, React, TypeScript, Prettier, EditorConfig and Stylelint, Eslint
https://github.com/jhoan5/template-react-typescript-vite
eslint prettier pure-css react stylelint template typescript vite web-app
Last synced: 8 months ago
JSON representation
This is a template to create projects using Vite, React, TypeScript, Prettier, EditorConfig and Stylelint, Eslint
- Host: GitHub
- URL: https://github.com/jhoan5/template-react-typescript-vite
- Owner: Jhoan5
- License: mit
- Archived: true
- Created: 2024-08-14T15:37:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:03:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T07:36:17.911Z (over 1 year ago)
- Topics: eslint, prettier, pure-css, react, stylelint, template, typescript, vite, web-app
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**
```bash
npm install
```
2. **Run the Application**
```bash
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**
```bash
npm run lintTS
```
- **Run Stylelint**
```bash
npm run lintCSS
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.