# Lerna Monorepo
This is an Lerna monorepo with a React frontend and an node.js backend. It demonstrates how to use Lerna to manage a monorepo with multiple packages.
The project structure is organized as follows:
packages/
web-client/
: A React frontend package.server-api/
: An node.js backend package.
lerna.json
: Lerna configuration.package.json
: Root-level package.json.
-
Clone the Repository:
git clone :-https://github.com/mdjawedh022/analystt_ai cd lerna-monorepo npm run start