Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 518 Bytes

@dhruv-m-patel/lerna-monorepo-sample

A monorepo with both frontend and backend projects managed in single codebase, built using lerna, managed with yarn workspaces

CI Status

Setup

git clone [email protected]: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