https://github.com/ctrlplusb/lerna-cola-sample
A sample application showcasing Lerna Cola
https://github.com/ctrlplusb/lerna-cola-sample
Last synced: 9 months ago
JSON representation
A sample application showcasing Lerna Cola
- Host: GitHub
- URL: https://github.com/ctrlplusb/lerna-cola-sample
- Owner: ctrlplusb
- Created: 2018-06-21T12:46:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T14:46:08.000Z (over 7 years ago)
- Last Synced: 2025-02-08T08:12:08.451Z (11 months ago)
- Language: JavaScript
- Size: 438 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lerna-cola-sample
This is a sample application to showcase [Lerna Cola](https://github.com/ctrlplusb/lerna-cola).
To get started:
```bash
git clone https://github.com/ctrlplusb/lerna-cola-sample
cd lerna-cola-sample
yarn install
yarn run develop
```
Open the application in your choice of editor and make changes to one of the files. Note the auto cascading of updates/restarts through your servers.
Note: this is still a work in progress. It's merely a skeleton as of yet, but I plan to make it a fully fledged application that you can build, develop, and deploy.