React: Create React App
Create new app
Generate app
jsx
is name of app.
Run app
App will run at localhost:3000
.
Possible errors
Port is in use - open new tab in terminal and run npm start
again. You can then view your app on localhost:3001
localhost:8080 doesnt’t work - go back to terminal and search for On your network
and visit that url.
index.js
Div root
is available in index.html
.