While I have experience with Bootstrap and Django, I am new to other frontend frameworks like Angular, React, and SvelteKit. Recently, I decided to give SvelteKit a try but I'm feeling overwhelmed by my lack of familiarity with it.
Following the tutorial on their website, I was able to set up both my Django project and a SvelteKit project. However, now I'm unsure how to integrate the two. Should I run both servers simultaneously on different ports and fetch data from Django's JSON APIs into my Svelte frontend? Or is there a more streamlined approach?
I'm wondering if there is a way for my Django app to render the Svelte files from the Svelte server. At this point, I feel a bit lost and would appreciate any help or resources that can guide me through this process. I haven't been able to find much information online, so any assistance would be greatly appreciated!