Source code used in the Route Params in SvelteKit video on my YouTube channel.
To quickly get started, follow the steps below.
# Clone this repository
git clone [email protected]:huntabyte/sveltekit-params.git
# Navigate to the sveltekit-loading directory
cd sveltekit-params
# Install dependencies
npm install
# Start development environment
npm run dev