You need to have NodeJS installed in your linux machine to run this application Click here to install
Clone the repo
then
cd drops-frontend
then
npm install
then
npm start
This will launch a browser window with the frontend running
the frontend repo is connected to the hosted backend. In order to use your own backend spin up the drops-backend repo on your machine and make changes in src/app.js
This project was bootstrapped with Create React App.