Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/yarn-workspace-playground


https://github.com/ertrzyiks/yarn-workspace-playground

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# yarn-workspace-playground

A sample repository managed by yarn 2 workspaces.

1. Install the dependencies
```
yarn install
```

2. Run all the packages

```
yarn workspaces foreach run start
```