https://booxchange2020.herokuapp.com/
Node.js, MongoDB and npm or yarn package manager are required
git clone
yarn
cd client && npm install
cd ..
yarn dev
- Install Heroku CLI
- Make sure local development works
heroku login
heroku git:remote -a booXchange2020
git add .
git commit -m "deploying
git push heroku master