Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asilvafx/vite-react-boilerplate
A lightweight, production-ready boilerplate for React projects built on Vite. This setup includes essential dependencies for modern web development, such as Axios for API requests, i18n for internationalization, and React Router for route management. Includes Tailwind CSS for styling, ESLint for code quality, and support for environment variables.
https://github.com/asilvafx/vite-react-boilerplate
nodejs react vite webapp
Last synced: 6 days ago
JSON representation
A lightweight, production-ready boilerplate for React projects built on Vite. This setup includes essential dependencies for modern web development, such as Axios for API requests, i18n for internationalization, and React Router for route management. Includes Tailwind CSS for styling, ESLint for code quality, and support for environment variables.
- Host: GitHub
- URL: https://github.com/asilvafx/vite-react-boilerplate
- Owner: asilvafx
- License: mit
- Created: 2024-10-31T19:37:49.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:08:36.000Z (6 days ago)
- Last Synced: 2024-10-31T20:28:12.591Z (6 days ago)
- Topics: nodejs, react, vite, webapp
- Language: JavaScript
- Homepage: https://pigmil.com
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Vite React Boilerplate
A lightweight, production-ready boilerplate for React projects built on Vite. This setup includes essential dependencies for modern web development, such as Axios for API requests, i18n for internationalization, and React Router for route management. Includes Tailwind CSS for styling, ESLint for code quality, and support for environment variables.
## Features
- **React 18** with **Vite** for fast development
- **Axios** for easy HTTP requests
- **i18n** with i18next for multi-language support
- **React Router** for route management
- **Tailwind CSS** with Tailwind Merge for custom styling
- **Environment configuration** via dotenv## Installation
1. **Clone the repository**
```bash
git clone https://github.com/asilvafx/vite-react-boilerplate.git
cd vite-react-boilerplate