Skip to content

Latest commit

Β 

History

History
39 lines (24 loc) Β· 670 Bytes

File metadata and controls

39 lines (24 loc) Β· 670 Bytes

SvelteKit Advanced Layouts

Learn how to break out of layouts in SvelteKit.

Post

✍️ https://joyofcode.xyz/sveltekit-advanced-layouts

Remote Development

Open in StackBlitz

Local Development

πŸ§‘β€πŸ€β€πŸ§‘ Clone the starter

https://github.com/joysofcode/advanced-layouts.git

πŸ“¦οΈ Install dependencies

pnpm i

πŸ’ΏοΈ Run the development server

pnpm run dev

πŸ”₯ Solution

Switch to the solution branch and run the development server.

git checkout solution