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

https://github.com/robertoachar/monorepo

A playground for Monorepo with Yarn Workspaces.
https://github.com/robertoachar/monorepo

monorepo node workspaces yarn yarn-workspaces

Last synced: about 1 year ago
JSON representation

A playground for Monorepo with Yarn Workspaces.

Awesome Lists containing this project

README

          

# monorepo

[![License][license-badge]][license-url]

> A playground for Monorepo with Yarn Workspaces.

## Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/monorepo.git
```

- Install dependencies

```bash
$ yarn
```

- Run

```bash
$ yarn start
```

## Author

[Roberto Achar](https://twitter.com/robertoachar)

## License

[MIT](https://github.com/robertoachar/monorepo/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/monorepo.svg
[license-url]: https://opensource.org/licenses/MIT