monorepo-example icon indicating copy to clipboard operation
monorepo-example copied to clipboard

Yet another monorepo example

Results 2 monorepo-example issues
Sort by recently updated
recently updated
newest added

Typescript and jest config files are very similar between the packages. Move them to root and extend them in the packages.

I did `yarn install` `yarn bootstrap` `yarn components:storybook` is working `yarn webapp:start` is giving following error ``` ERROR in ./src/components/App.tsx Module not found: Error: Can't resolve '@monorepo/components' in '/Users/.../monorepo-example/packages/webapp/src/components' @...