https://github.com/divshekhar/react-vite-template
A high-performance react template with vite, typescript, tailwindcss, eslint and prettier.
https://github.com/divshekhar/react-vite-template
eslint prettier tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
A high-performance react template with vite, typescript, tailwindcss, eslint and prettier.
- Host: GitHub
- URL: https://github.com/divshekhar/react-vite-template
- Owner: divshekhar
- Created: 2023-09-25T11:30:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T11:34:54.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T20:27:49.294Z (about 1 year ago)
- Topics: eslint, prettier, tailwindcss, typescript, vite
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Vite-Template
A high-performance react template with vite and typescript support.
## Welcome to my React Vite with Typescript template
This template is built with the following technologies:
- Language: **TypeScript**
- Styling: **TailwindCSS**
- Linting: **ESLint**
- Formatting: **Prettier**
- Bundling: **Vite**
## Getting Started
Using this template is very simple, follow the following instructions:
1. Fork the repository
2. Create a new repository and select forked repository as template
Or,
1. Clone the repository
```bash
git clone https://github.com/divshekhar/react-vite-template.git
```
2. Install the dependencies
```bash
npm install
```
3. Start the development server
```bash
npm start
```
4. Build for production
```bash
npm run build
```
## Features
- [x] TypeScript for improved code quality and developer experience
- [x] TailwindCSS for responsive styling
- [x] ESLint for linting and maintaining code consistency
- [x] Prettier for automatic code formatting
- [x] Vite for bundling and building the application
## Contributing
Please feel free to contribute to this project by submitting issues or pull requests.
## License
This project is licensed under the ISC License.
## Acknowledgements
Thank you for using this template. I hope it helps you build your next project with ease.