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