Skip to content

mattcroat/advanced-layouts

Repository files navigation

SvelteKit Group Layouts

This includes the starter and solution example that shows how to use SvelteKit group layouts.

Remote Development

Open in StackBlitz

Local Development

🧑‍🤝‍🧑 Clone the starter

https://github.com/mattcroat/group-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