Skip to content

Eikeskog/getting-started-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lerna Getting Started Example

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

Watch this 10-minute walkthrough to see how new versions of Lerna work.

This repo contains three packages or projects:

  • header (a library of React components)
  • footer (a library of React components)
  • remixapp (an app written using the Remix framework which depends on both header and footer)
packages/
    header/
        src/
            ...
        package.json
        rollup.config.json
        jest.config.js

    footer/
        src/
            ...
        package.json
        rollup.config.json
        jest.config.js

    remixapp/
        app/
            ...
        public/
        package.json
        remix.config.js

package.json

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.8%
  • JavaScript 36.2%