Skip to content

This project is just to show how to use monorepo way to manage our multiple project

Notifications You must be signed in to change notification settings

JieLiuRiver/project-with-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate Steps

  • run pnpm init
  • add pnpm-workspace.yaml file
  • creae backend/ & frontend/
  • shared common lib
    • add shared-lib/ in packages/
    • excute npm install --save ../../packages/shared-lib in backend or frontend directory
  • multiple projects share dependency packages

About

This project is just to show how to use monorepo way to manage our multiple project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published