This is a simple project template aimed at getting you started quickly with React, Vite, ReactQuery, and Bootstrap 5. It provides a solid foundation for building modern web applications with a focus on performance, developer experience, and sleek design.
- React: A JavaScript library for building user interfaces.
- Vite: A next-generation frontend tooling.
- ReactQuery: A powerful and flexible data fetching library for React.
- Bootstrap 5: The world's most popular front-end open-source toolkit.
Make sure you have Node.js and npm (or yarn) installed on your machine.
-
Clone this repository:
git clone https://github.com/your-username/your-project.git
-
Navigate into the project directory:
cd your-project -
Install dependencies:
npm install
or
yarn
Start the development server:
npm run devor
yarn devOpen http://localhost:3000 in your browser to view the app.
To create a production build, run:
npm run buildor
yarn buildThis will generate an optimized production build in the dist directory.
This project is licensed under the MIT License - see the LICENSE file for details.