Skip to content

Moamal-2000/react-vite-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-vite

React v19 + Vite Starter Project

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.


Features

  • 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.

Getting Started

Clone the Repository

git clone git@github.com:Moamal-2000/react-vite.git

Install Dependencies

Make sure you have Node.js installed. Then run:

npm install

Or using yarn:

yarn install

Start the Development Server

Run the following command to start the local development server:

npm run dev

Customization

This setup is intended to serve as a foundation. Feel free to modify and extend it according to your project requirements.


Contributing

If you'd like to contribute to improving this setup, feel free to fork the repository and open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published