This project was bootstrapped with Create React App.
Before you run it's important install all dependencies:
npm installAfter all dependencies are installed
npm startOpen http://localhost:3000 to view it in the browser.
If you want to deploy this project on github pages
change the homepage on package.json to:
"homepage": "https://myusername.github.io/my-app",deploy with
npm run deploy