I have finished react ,redux and react redux, and I want to brush up my skills before passing to
Front End Libraries Projects
, I found a video , and I followed every thing the guy did to get react in my computer ,
I opend my command line windows powerShell and I install npm install create-react-app -g
and also I create react-app and I gave it a name react-portfolio,
I get React package but ,when I work on it and open my index wich exist in public folder ,nothing appears ,the root div tag still empty , I can figure out the problem because I checked everthing out more than 10 times ,
the only change I found is serviceWorker in the index document, I have like this
serviceWorker.register(); and the guy who made the video has regsiterServiceWorker();
please help me I am really stuck and a lot of thing makes me confuse in this phase of learning code .