Skip to content

iakshat/drops-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drops-Frontend

Instructions to compile and run

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



Link to backend repo

This project was bootstrapped with Create React App.