Skip to content

This is a simple project template aimed at getting you started quickly with React, Vite, ReactQuery, and Bootstrap 5.

Notifications You must be signed in to change notification settings

dmarafetti/vite-react-starter

Repository files navigation

React Vite Bootstrap 5 Starter

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.

Features

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

Getting Started

Prerequisites

Make sure you have Node.js and npm (or yarn) installed on your machine.

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/your-project.git
  2. Navigate into the project directory:

    cd your-project
  3. Install dependencies:

    npm install

    or

    yarn

Development

Start the development server:

npm run dev

or

yarn dev

Open http://localhost:3000 in your browser to view the app.

Production Build

To create a production build, run:

npm run build

or

yarn build

This will generate an optimized production build in the dist directory.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

This is a simple project template aimed at getting you started quickly with React, Vite, ReactQuery, and Bootstrap 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published