The opening to your new relationship. A music dating app made for nwHacks 2021.
Clone this repo, then navigate to the "prelude" directory and run these two commands:
npm install
npm install firebase-tools -g
Login to Firebase (must have firebase downloaded)
firebase login
In one terminal, run
npm run start-firebase
In another terminal, run
npm run start-basic
You should now be able to see the React app on localhost:3000, and the backend server on localhost:4000.