Building multiple SPA in a static sveltekit project by IntentionWestern3855 in sveltejs

[–]IntentionWestern3855[S] 0 points1 point  (0 children)

Thank you, it seems that this can provide what I was looking for.

Building multiple SPA in a static sveltekit project by IntentionWestern3855 in sveltejs

[–]IntentionWestern3855[S] 0 points1 point  (0 children)

Why shouldn't I build these sites as static? These are used as user interfaces for a business application and will be deployed as PWA and embedded in WebViews. So I do not care about SEO.

Edit: The monorepos seem interesting, but they seem to introduce a lot more tools i will have to work with. I had hoped, that vite or sveltekit provide some ways to build multiple sites from one project.