/svelte_exercises

A few exercises as I learn Svelte

Primary LanguageHTML

Just a few Svelte exercises

https://svelte.dev

Running the Exercises

  1. Remove all files in src
  2. Copy files of an exercise (a subfolder of exercises) to src/
  3. In a terminal change directory to the project root
  4. Run npm run dev to serve the exercise
  5. Run npm run build to build static assets