Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 612 Bytes

SvelteKit Data Loading in Action

when it comes to data loading, the SvelteKit documentation is quite comprehensive, seeing it in action helps demystify the concepts.

Setup

  1. Clone the repo.
  2. Run: npm i

Running the app

  1. Run npm run start:log-server in one terminal.
  2. Run npm run dev in another terminal.
  3. Open the application in browser, watch the log-server terminal and explore the source.

Here is the preview of the application.

image SvelteKit Data Loading in Action

🤘 Happy coding 🤘