Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 720 Bytes

Typescript Monorepo Starter

License

Structure

/apps
  /app - Vite web app with playwright tests
  /admin - Webpack test
  /docs - Storybook app
  /next-app - Nextjs app
/libs
  /ui - reusable components
/configs
  /eslint-config - Eslint configs
  /prettier-config - Prettier configs
  /typescript-config - Typescript configs
  /playwright-config - Playwright config

Other examples: