A monorepo with both frontend and backend projects managed in single codebase, built using lerna, managed with yarn workspaces
git clone git@github.com:dhruv-m-patel/lerna-monorepo-sample.git
cd lerna-monorepo-sample
yarn install
yarn dev
Access the react app running on http://localhost:3000
Access the backend api running on http://localhost:4000/api/message