Frontend: https://localhost:3000
Brett Smentek (@brettsmentek)
All of the notes below assume you've already cloned the project
git clone https://github.com/brettsmentek/coffeeFinder.git
Made NO CHANGES and want latest copy of code?
git fetch origin
git pull
MADE CHANGES but want to NUKE them and get latest copy of code?
git fetch origin
git reset --hard origin/master
All other situations assume you know what you're doing with Git
- Made with help from this.
npm install
npm start