when it comes to data loading, the SvelteKit documentation is quite comprehensive, seeing it in action helps demystify the concepts.
- Clone the repo.
- Run:
npm i
- Run
npm run start:log-server
in one terminal. - Run
npm run dev
in another terminal. - Open the application in browser, watch the log-server terminal and explore the source.
Here is the preview of the application.
🤘 Happy coding 🤘