React.js created with Vite

This repository contains a React.js project created using Vite, a fast and opinionated web development build tool. Vite is designed to optimize the development experience by providing instant server startup and hot module replacement (HMR) for faster feedback during development.

Getting Started

To get started with this project, follow the instructions below.

Installation

Install the dependencies and devDependencies and start the server.

yarn install

or

npm install

Development Server

To start the development server and launch the project in your browser, run the following command:

yarn dev

or

npm run dev