Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 731 Bytes

Squide Monorepo Template

Installation

  1. Install packages with the pnpm install command.

  2. Start the packages with the pnpm dev-packages command.

  3. Start the application by executing the pnpm dev-app-msw command.

Development

Develop the packages

To develop the packages, open a terminal at the root of the monorepo and execute:

pnpm dev-packages

Develop the application

To start the application, open a new terminal at the root of the monorepo and execute:

pnpm dev-app-msw

Update the dependencies

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