This is a starter template for quickly setting up a React project using Vite. It comes pre-configured with essential tools and settings to streamline development and reduce setup time.
- Vite: Fast and modern build tool for blazing fast development.
- React 19: The latest version of React for building user interfaces.
- CSS Modules: Modular CSS for styling components locally.
- Organized Folder Structure: A clean and extensible architecture.
- Redux/Toolkit A simple setup of Redux/Toolkit for state management
- React-Router-Dom v6 Structured routes for seamless navigation.
- Context Simplified state sharing across components without prop drilling.
- Custom Hooks Simplify common tasks and boost development efficiency with prebuilt hooks.
git clone git@github.com:Moamal-2000/react-vite.git
Make sure you have Node.js installed. Then run:
npm install
Or using yarn:
yarn install
Run the following command to start the local development server:
npm run dev
This setup is intended to serve as a foundation. Feel free to modify and extend it according to your project requirements.
If you'd like to contribute to improving this setup, feel free to fork the repository and open a pull request.