You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to set up a monorepo with tailwind and storybook configured, and I want to create multiple next apps and have shared components defined.
So I am assuming apps/ - will contain my next apps
packages/ contain my shared components
How do I add a new project to apps? When I go to apps/docs/ and run pnpm i and pnpm dev - the docs page does not load.
Only running pnpm dev from root of the monorepo builds main.
Please , any help would be appreciated!
I need to figure out how to set up a monorepo with shared components and multiple apps - and seriously considering this as an alternative if it is well-documented and reliable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cloned this
https://github.com/vercel/examples/tree/main/solutions/microfrontends
My goal is to set up a monorepo with tailwind and storybook configured, and I want to create multiple next apps and have shared components defined.
So I am assuming apps/ - will contain my next apps
packages/ contain my shared components
How do I add a new project to apps? When I go to apps/docs/ and run pnpm i and pnpm dev - the docs page does not load.
Only running pnpm dev from root of the monorepo builds main.
Please , any help would be appreciated!
I need to figure out how to set up a monorepo with shared components and multiple apps - and seriously considering this as an alternative if it is well-documented and reliable.
Would appreciate any feedback :)
Beta Was this translation helpful? Give feedback.
All reactions