Skip to content

softspiders/lerna-lib-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Minimalistic JS library development environment on Lerna

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published