awesome-monorepo icon indicating copy to clipboard operation
awesome-monorepo copied to clipboard

docs: add front end monorepo boilerplate

Open emunhoz opened this issue 3 years ago • 1 comments

Hello.

This PR adds a link to a monorepo start boilerplate to build large scale front end applications.

Stack:

  • React
  • Typescript
  • Create react app
  • Storybook
  • Semantic release

Some useful links:

  • Storybook: https://monorepo-boilerplate-storybook.vercel.app/?path=/docs/
  • Design tokens doc: https://monorepo-boilerplate-storybook.vercel.app/?path=/docs/design-system-colors--page
  • CRA demo: https://monorepo-boilerplate-cra.vercel.app/

emunhoz avatar May 10 '21 17:05 emunhoz

Hey, thanks for the PR. I'm not very familiar with the stack used here, but AFAICT this creates a repository structure for a single front-end app, which doesn't seem to fit the concept of monorepo at first glance. Can you clarify why this fits?

Also, the title is very long, do you have a shorter descriptive name? Listing the whole stack will make for a rather ugly link.

korfuri avatar May 23 '21 12:05 korfuri