sonyarianto / sveltekit-inspect-parts

This simple project is to show which code that runs first.

Home Page:https://sveltekit-inspect-parts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This simple project is to show which code that runs first.

https://sveltekit-inspect-parts.vercel.app


Languages

Language:Svelte 59.2%Language:JavaScript 19.1%Language:TypeScript 13.2%Language:HTML 8.6%