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

axios lightweight nodejs react tailwindcss vite webapp

Last synced: 4 months 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.

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, React Use Cart for cart hook state and React Router for route management. Includes Tailwind CSS for styling, Flowbite, Pico CSS and Framer Motion for a responsive, dynamic and elegant UI/UX. Includes ESLint for code quality, and support for environment variables.

## Features
- **React 18** with **Vite** for fast development
- **Axios** for easy HTTP requests
- **CryptoJS** encryption standards
- **Cookies-js** for handling cookies
- **GDPR** for Cookie Consent
- **i18n** with i18next for multi-language support
- **React Use Cart** for managing shopping cart state hook
- **React Router** for route management
- **Tailwind CSS** with Tailwind Merge for custom styling
- **Pico CSS** to deliver basic styles, responsive and elegant
- **Framer-Motion** UI animation library
- **Flowbite** set of design components for Tailwind CSS
- **Environment configuration** via loadEnv

## Installation

1. **Clone & Install the repository**
```bash
git clone https://github.com/asilvafx/vite-react-boilerplate.git
cd vite-react-boilerplate
npm install