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.
- Host: GitHub
- URL: https://github.com/robertoachar/monorepo
- Owner: robertoachar
- License: mit
- Created: 2019-10-15T15:44:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T15:44:54.000Z (over 6 years ago)
- Last Synced: 2025-03-18T15:21:35.527Z (about 1 year ago)
- Topics: monorepo, node, workspaces, yarn, yarn-workspaces
- Language: JavaScript
- Homepage: https://robertoachar.dev/blog/yarn-workspaces
- Size: 5.86 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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