Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ggdaltoso/lerna-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lerna Example

This repo contains three packages or projects:

  • header (React Component)
  • footer (React Component)
  • nextapp (an app written using the NextJS framework which depends on both header and footer)
  • storybook (an app written using the Storybook framework which shows on both header and footer components)
root # it uses yarn
 ├─ .stackblitzrc # startCommand: 'yarn workspace nextapp dev'
 └─ packages
      ├─ footer
      │   # no config
      ├─ header
      │   # no config
      ├─ nextapp
      │   └── package.json # startCommand: 'yarn dev'
      └─ storybook
          └── .stackblitzrc # startCommand: 'yarn storybook'

About

This repo is a small example of using Lerna 5+.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages

  • CSS 65.4%
  • JavaScript 34.2%
  • TypeScript 0.4%