Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 829 Bytes

File metadata and controls

41 lines (27 loc) · 829 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Cloning the Repository

Follow the steps below to clone the repository and set up the project:

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd <repository-folder>
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm start

    This will run the app in development mode. Open http://localhost:3000 to view it in your browser.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. The page will reload when you make changes.