Getting Started with the React App

Run the following command to install all the packages:

npm i

After installing the packages, you can run the app in the development mode using the below command:

npm start

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