https://github.com/softspiders/lerna-lib-app-starter
Minimalistic JS library development environment on Lerna
https://github.com/softspiders/lerna-lib-app-starter
softspiders ss under-dev
Last synced: about 2 months ago
JSON representation
Minimalistic JS library development environment on Lerna
- Host: GitHub
- URL: https://github.com/softspiders/lerna-lib-app-starter
- Owner: softspiders
- License: mit
- Created: 2020-02-20T06:43:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T13:52:10.000Z (over 6 years ago)
- Last Synced: 2025-12-04T07:34:05.107Z (6 months ago)
- Topics: softspiders, ss, under-dev
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# lerna-lib-app-starter
Minimalistic JS library development environment on Lerna
---
## Feature tags
- app
- build
- lerna
- lib
- starter
- template
---
## Direct ancestors
[Starter for Lerna monorepo](https://github.com/softspiders/lerna)
## Direct descendants
[lerna-react-app-uilib-starter](https://github.com/softspiders/lerna-react-app-uilib-starter)
## Authors
[Asoyan Danila](https://github.com/Danilkashtan)
---
## Install
1. Clone this repo
2. Install dependencies
```sh
# yarn is fine too
npm i
```
3. Run bootstrap
```sh
npm run bootstrap
```
This will bootstrap and link between app and lib
4. Now, it's ready!
## Dev flow
1. Run start
```sh
npm run start:app
```
If everything is alright, you will see:
2. Try changing the lib, it should reflect the changes directly
3. Now, you can start developing your own library!
---
### License
Licensed under the [MIT license](./LICENSE).