-
Install packages with the
pnpm install
command. -
Start the packages with the
pnpm dev-packages
command. -
Start the application by executing the
pnpm dev-app-msw
command.
To develop the packages, open a terminal at the root of the monorepo and execute:
pnpm dev-packages
To start the application, open a new terminal at the root of the monorepo and execute:
pnpm dev-app-msw
You can update all the monorepo project dependencies by opening a terminal at the root of the project and executing the following command:
pnpm update-outdated-deps