Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 463 Bytes

Try Monorepo

The purpose of this project is trying to setup a monorepo using lerna and YARN Workspaces.

Available Scripts

In the project directory, you can run:

yarn start-all

Runs the server and web.

yarn clean-all

Clean all node_modules folder in all packages

yarn install-all

Install dependencies

yarn start-web

Start web project only