Is it possible to create laravel,nuxt3, astro and ionic monorepo ?
Is it possible to create laravel,nuxt3, astro and ionic monorepo ? Building multiple apps,webs which share similar css and components and all use laravel api. It would be helpful for our dev if they could find everything in 1 monorepo instead of opening multiple project and switching repositories.
1 Reply
It is a mess but would be possible
If you have an internal design system including components id rather create a private package to publish
Because this will be confusing longterm for new devs that only work on one project or in case you hire freelancers / in general only wanna give the person access to what they are working on
For frontend you could then set the api up without the frontend devs having a need to run it locally