yarn install in the root directoryyarn run init in the root directory (installs dependencies for frontend and backend directories)Alternative way to set up
cd frontend and cd backend in each terminalyarn install in the each terminalyarn run dev in the root directory to start both frontend and backend environmentsAlternative way to run app
cd frontend and cd backend in each terminalyarn start in the each terminalcd frontend or cd backend depending on which folder you are testingyarn run test to run unit tests;yarn run lint to lint; Run yarn run lint:fix to fix linting;yarn run prettier to test for prettier; Run yarn run prettify to fix prettier issues;