Vite React Base Setup
This project is a base setup for a React application using Vite. It includes Redux for state management, Redux Toolkit for simplifying the Redux workflow, Tailwind CSS for styling, and SCSS for additional styling options.
Features
- React: A JavaScript library for building user interfaces.
- Vite: A fast build tool that provides a great development experience.
- Redux: State management library for JavaScript applications.
- Redux Toolkit: A set of tools to simplify Redux usage.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- SCSS: A CSS preprocessor that extends CSS with features like variables, nesting, and mixins.
Getting Started
Prerequisites
Make sure you have the following installed:
Installation
Clone the repository:
```bash
git clone https://github.com/mrghost143/vite-redux-tailwind/
cd vite-redux-tailwind/