react-workspaces-playground
react-workspaces-playground copied to clipboard
⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
There is something in the readme about slack workspace but its just a photo, no link or nothing
I'm trying to set up the rollup to publish components to NPM, but I'm not getting it. I found issue #33 and tried to make similar settings, but without TypeScript....
Great repo. Is it possible with the tools provided here to create a package with shared Typescript code that is not a React application, that can be imported into the...
I would like to include stories in the /package/app/ folders. Is that possible? I added a stories.js file in `packages/apps/app-single-comp/src` folder. I updated storybook/config.js to use `const comps = require.context('@project/app-single-comp',...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
I have added jsconfig.json But it doesn't seem to work packages/components/jsconfig.json run with command: `yarn start:app-ant-design` @F1LT3R can you help me ? ``` { "compilerOptions": { "baseUrl": ".", "paths": {...
How to build this for Docker? Anyone got a working Dockerfile for the apps?
First of all: thank you so much for this package. It's really awesome. I have a problem after creating a new package `package/ui` - that is not a CRA app,...
After upgrading to 3.4.0-alpha-01 I started to have lint errors in serviceWorker.ts even tho the file is listed in the .eslintignore: ``` Failed to compile. ./packages/apps/my-ts-app/src/serviceWorker.ts Line 47:9: 'checkValidServiceWorker' was...
https://github.com/react-workspaces/react-workspaces-playground/blob/243028104739e7ecdc15488b199d80ab39d79fa5/packages/components-typescript/package.json#L24