Trello clone

this app has a front end and a back end.

To start the front end navigate to the root directory of ./trello-clone

once in the root directory

yarn install

yarn start

once the front end is running you then want to navigate to trello-backend

cd trello-backend

then run

yarn install

yarn start