Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 447 Bytes

sveltekit-inspect-parts

Why?

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.

Installation

  1. Clone this repository
  2. Go to the project directory cd sveltekit-inspect-parts
  3. Run npm install
  4. Run npm run dev
  5. Ready and go :)

Licence

MIT