Skip to content

This is my version of the project developed during Wes Bos' Advanced React and GraphQL course.

Notifications You must be signed in to change notification settings

margaridaDinis/my-jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

MY JAM

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.

Kudos

Installation

cd backend
yarn install

cd ../

cd frontend
yarn install

Development

cd backend
yarn dev

In another terminal tab run:

cd frontend
yarn dev

Deploy

Backend

From root folder run in the terminal:

git subtree push --prefix backend heroku-backend master

Frontend

From root folder run in the terminal:

git subtree push --prefix frontend heroku-frontend master

Contribution

To commit do the following command in backend or frontend folder:

yarn commit

About

This is my version of the project developed during Wes Bos' Advanced React and GraphQL course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published