An example monorepo with lerna + CRA project in TypeScript with transpile module support
npm run clean
npm run install
npm run start
npm run test
npm run build
An example monorepo with lerna + CRA project in TypeScript with transpile module support
JavaScriptMIT