This repository corresponds to a Medium article. The article provides a detailed explanation and walkthrough of the concepts of implementation of monorepo using pnpm workspaces and code found in this project. You can read the article on Medium by following the link below:
Read the Medium Article
Instructions on how to set up and run the project locally.
# Clone the repository
git clone git@github.com:fazalerabbi/pnpm-workspace.git
# Navigate to the project directory
cd pnpm-workspace
# Install dependencies
pnpm install
# Start the project
pnpm start