🙉 TypeScript@3 monorepo example CRA version
🙉 TypeScript Monorepo Sample
Required TypeScript@3 above
create-react-app
, yarn
$ create-react-app typescript-monorepo/packages/react-app --react-scripts=react-scripts-ts
$ cd typescript-monorepo
$ rm -r packages/react-app/node_modules
$ yarn
$ yarn build:packages
$ yarn start