Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```