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

https://github.com/heavenshell/ts-lerna

My leran & yarn workspace sample
https://github.com/heavenshell/ts-lerna

Last synced: 11 months ago
JSON representation

My leran & yarn workspace sample

Awesome Lists containing this project

README

          

# ts-lerna

![build](https://github.com/heavenshell/ts-lerna/workflows/build/badge.svg)

My lerna and yarn workspace.

## cli

```console
lerna exec yarn dev --scope cli
```

## Redux app

```console
lerna run yarn start --scope app
```

## Next.js app

```console
lerna run yarn dev --scope next-app
```