Sveltekit Tutorial
This is a sample SvelteKit project adapted from the Remix tutorial
Preview
Here are some things I’ve learned:
- Adding styles
- Nested routes
- Layouts
- Data loading
- Data mutation
- Optimistic UI
Technologies
How to start the project
1 - Install dependencies:
pnpm install
2 - Start the dvelopment server:
pnpm dev