Skip to content

Monorepo example using create-react-app and common component library structure with yarn workspaces

Notifications You must be signed in to change notification settings

jibin2706/cra-monorepo-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-monorepo-demo

Monorepo example using create-react-app and common component library structure with yarn workspaces

Directory structure

.
└── monorepo/
    ├── packages/
    │   ├── app/ (create-react-app)
    │   │   ├── src/
    │   │   └── package.json
    │   └── common/ (shared component library)
    │       └── components
    │       └── package.json
    ├── package.json
    └── yarn.lock

Know more

I have written a blog post explaining the details.

About

Monorepo example using create-react-app and common component library structure with yarn workspaces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published