Go to to your project directory:
cd my-react-app
Install additional dependencies:
npm install
Start the development server:
Run the following command to start the development server
npm start
This will start the React development server and open your new React app in the default web browser.