Getting Started with React | Hello World

Lets start with our first React app.

  • Let’s open src/App.js

  • Now, delete the existing code and put the following code in it and save it-

Capture2

Now, hit terminal and npm start