sveltekit-form-validation

Sveltekit Form Validation

Final source code for the 'Loading Data in SvelteKit' video on my YouTube channel.

SvelteKit Form Validation using Zod

This project was built in a video on my YouTube channel which demonstrates how to implement Form Validation in SvelteKit using Zod as the schema declaration and validation library.

Get Started

Setup Starter Code

git clone --single-branch --branch starter https://github.com/huntabyte/sveltekit-form-validation.git

OR

Final Source Code

Clone this repository

git clone https://github.com/huntabyte/sveltekit-form-validation.git

Install dependencies

npm i

Run Development Server

npm run dev

Top categories

Loading Svelte Themes