For illustrative purposes only.
A basic structure for a Typescript NextJS Monorepo with Storybook. Uses a ports and adapters style architecture with workspaces.
The NextJS App and Storybook for components.
- components - UI components
- models - common models
- ports - interfaces to external systems or services
- google-oauth-adapter - an adapter implementing a port
pnpm clean
pnpm build
pnpm storybook
pnpm nextbuild
pnpm dev