Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/lerna-workspaces-concepts
Example to demonstrate Lerna and Yarn Workspaces concepts
https://github.com/nareshbhatia/lerna-workspaces-concepts
Last synced: about 4 hours ago
JSON representation
Example to demonstrate Lerna and Yarn Workspaces concepts
- Host: GitHub
- URL: https://github.com/nareshbhatia/lerna-workspaces-concepts
- Owner: nareshbhatia
- Created: 2018-05-07T03:44:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T10:08:20.000Z (over 3 years ago)
- Last Synced: 2023-03-06T20:53:37.972Z (over 1 year ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 35
- Watchers: 1
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lerna and Yarn Workspaces Concepts
==================================
This is an example to demonstrate Lerna and Yarn Workspaces concepts.Getting Started
---------------
```bash
$ yarn
$ yarn build
$ yarn start
```Testing
-------
```bash
$ yarn test
```