MONOREPO STUFF
A collection of monorepo resources.
(this 3 part tutorial is a bit more useful)
- Monorepos By Example: Part 1 – codeburst
- Monorepos By Example: Part 2 – codeburst
- Monorepos By Example: Part 3 – codeburst
Another post w/ walkthrough
MONOREPO + WEBPACK
- react-monorepo - an example repo of react, webpack, and friends in a monorepo.
- nice tutorial - from itNext, covers react, webpack, babel, and testing.
- this issue - in lerna repo, about webpack + lerna best practices.
- setting up a monorepo with lerna + yarn - yet another react monorepo example, more about using yarn workspaces.
- Example monorepo - with typescript, yarn workspaces, etc.
- stack overflow question - about setting up a monorepo with webpack, covers chunk splitting.
- Deploying Monorepo on Vercel
Other Examples
Lerna Issues
Other stuff
Last modified: