You need to wait a few moments for React to start up.
Wait till it says "Compiled Successfully!" in the console.
Don't forget to press the refresh button after you do this.
In src/index.js, on line 5, delete
import * as serviceWorker from './serviceWorker';
This is because the file ./serviceWorker doesn't exist.
ReactJS - Couldn't reach repl
When I run my ReactJS repl, the section that displays the HTML result say
why??
Solution
You need to wait a few moments for React to start up.
Wait till it says "Compiled Successfully!" in the console.
Don't forget to press the refresh button after you do this.
In
src/index.js
, on line 5, deleteThis is because the file
./serviceWorker
doesn't exist.Hope this helps.
Thanks dude.