You’re now ready to run your first real React application! Use this command to navigate to the my-react-app directory:
cd my-react-app |
Execute this command to start the React application, my-react-app:
npm start |
A new browser window will automatically open displaying your newly created React app! If it doesn’t, manually open your browser and enter localhost:3000 in the address bar.
The result: