Running this app locally: 1) Check if you have a node_modules folder in your project. If you do not, run "npm install"

2) Run the React developer server using "npm start". The project should open at http://localhost:3000

Deploying the app: 1) Run "npm run build" to build/compile your React app

2) Deploy the dist folder to Netlify