This is my version of the project developed during Wes Bos' Advanced React and GraphQL course.
Instead of a store, I'm building a system for my father to organize his collection of music albums.
cd backend
yarn install
cd ../
cd frontend
yarn install
cd backend
yarn dev
In another terminal tab run:
cd frontend
yarn dev
From root folder run in the terminal:
git subtree push --prefix backend heroku-backend master
From root folder run in the terminal:
git subtree push --prefix frontend heroku-frontend master
To commit do the following command in backend
or frontend folder:
yarn commit