Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 652 Bytes

File metadata and controls

20 lines (13 loc) · 652 Bytes

Getting Started

  1. Clone the repository to your local machine.
  2. Navigate to the project directory by cd team1.
  3. In the project directory, run the command npm install to install the necessary packages.
  4. To start the app, enter the following command:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

Create React App documentation.

React documentation.