Skip to content

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

Notifications You must be signed in to change notification settings

huntabyte/sveltekit-form-validation

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published