Skip to content

ryanmauer/monorepo-example

 
 

Repository files navigation

Monorepo-example

Yet another monorepo example.

  • yarn workspaces

  • lerna

  • typescript

  • react

  • jest

  • storybook

  • linter

  • prettier

How to use?

Bootstrap all dependencies:

$ yarn install
$ yarn bootstrap

Build all the packages

$ yarn build

Test all the packages

$ yarn test

Check the @monorepo/components components:

Start storybook on port 9001.

$ yarn components:storybook

Run the webapp

Start dev server on port 9000.

$ yarn webapp:start

License

MIT

About

Yet another monorepo example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.4%
  • JavaScript 28.6%
  • HTML 2.0%