In order to start the app you must follow the step below:
git clone ...
- clone repocd react_spa
- cd into the repo from your terminalyarn install
- install dependencies, let the magic happenyarn start
- start the app in development mode- Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.