Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 446 Bytes

File metadata and controls

21 lines (14 loc) · 446 Bytes

React Learning Project

This project was created to learn and practice React concepts, based on the official documentation.

Installation

  1. Clone the repository.
  2. Install the dependencies using npm:
    npm install

Running the project

To start the development server, run the following command:

npm run dev

This will start the Vite development server and you can view the application in your browser.