This code accompanies the blog post on using Svelte-kit to support rich, dynamic path-based navigation in a Svelte app.
You can find the post at this link
Once you've created a project and installed dependencies with yarn install
, start a development server:
yarn run dev
# or start the server and open the app in a new browser tab
yarn run dev -- --open