Run the React Application
Following some steps example how to running our react app.
Run this command to move to the my-react-app directory:
cd my-react-appRun this command to run the React application my-react-app:
npm startA new browser window will pop up with your newly created React App! If not, open your browser and type localhost:3000 in the address bar.
The result:

Source : w3schools
No comments:
Post a Comment