Everything looks good so far, but how do you change the content? Check the my-react-app directory for the src folder, and inside you’ll find a file called App.js; open it, and it will look like this:
/myReactApp/src/App.js:
import logo from './logo.svg'; |
Try modifying the HTML content and save the file.
You’ll see the changes instantly after saving the file—no need to reload the browser! |