1.0.0 • Published 3 years ago

@smitdev/ui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

monorepo-with-lerna-and-npm

A basic project to show how monorepo works using lerna and npm

Run below commands to make this code working

  • Install lerna globally
    npm i -g lerna
  • Install dependencies of this project. Note it will only install dependencies mentioned in root package.json file
    npm install
  • Install dependencies for packages and create symlinks. Read more here
    lerna bootstrap

Open http://localhost:3000 to view it in the browser.

For detailed description of the code please refer my blog https://medium.com/@harshverma04111989/creating-monorepo-using-lerna-dd431d0db072

1.0.0

3 years ago