This repo contains all the pieces from our project
- node
- docker
- yarn
cd frontend; yarn install # Install frontend dependencies
cd backend; yarn install # Install backend dependencies
yarn install # Install global dependencies
yarn start # Runs concurrently frontend and backend