/lerna-cra-typescript-babel-eslint

A starter project containing lerna with a create-react-app and an UI library linked to the app (and babel + eslint).

Primary LanguageHTML

lerna-cra-typescript-babel-eslint

Starter for Monorepos: Lerna, TypeScript, CRA

How it works ?

  1. Modify your library
  2. lerna run transpile to check/fix your code convention with eslint, to transpile your library components with babel, to generate all the declarative files of your components with typescript.
  3. lerna bootstrap
  4. lerna run start to run the CRA app