Learning Svelte by building projects.
- Svelte + Vite template by
yarn create vite my-svelte-app --template svelte
- TailwindCSS for styling
yarn && yarn dev
- State management
- Unit testing
- Accessibility
- Backend integration
Learning Svelte by building projects.
yarn create vite my-svelte-app --template svelte
yarn && yarn dev