/lerna-lib-app-starter

Minimalistic JS library development environment on Lerna

Primary LanguageJavaScriptMIT LicenseMIT

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

Direct descendants

lerna-react-app-uilib-starter

Authors

Asoyan Danila


Install

  1. Clone this repo

  2. Install dependencies

    # yarn is fine too
    npm i
  3. Run bootstrap

    npm run bootstrap

    This will bootstrap and link between app and lib

  4. Now, it's ready!

Dev flow

  1. Run start

    npm run start:app

    If everything is alright, you will see:

    Screenshot of the application code run in console

  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.