At the time I am just curious which part of my code runs first on various Svelte lifecycle and runtime. By using this repo now I at least understand how the Svelte manage sequence of code, so then I can make better SvelteKit app.
- Clone this repository
- Go to the project directory
cd sveltekit-inspect-parts
- Run
npm install
- Run
npm run dev
- Ready and go :)
MIT