This project was bootstrapped with Create React App.
To run the app with the proper debug tools, run
npm i
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
To test performances, you can run the production version:
npm run build
npm start
Builds the app for production to the build
folder.