Skip to content

Demonstration of using a Lerna monorepo with Angular CLI and ng-packagr.

License

Notifications You must be signed in to change notification settings

dfbaskin/lerna-angular-cli-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lerna Angular-CLI Monorepo

Demonstrates using Angular CLI within a Lerna monorepo. Includes routing to components in projects built as Angular libraries using ng-packagr.

Install and Run

  • Install lerna.
  • Install dependencies
lerna bootstrap
  • Build the Angular component library packages (using ng-packagr)
lerna run packagr
  • Run the application
lerna run start --scope demo-app-main

About

Demonstration of using a Lerna monorepo with Angular CLI and ng-packagr.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published