Skip to content

An example of how to integrate Svelte into a .net MVC project

Notifications You must be signed in to change notification settings

zayne-monnink/SveltePomodoro

Repository files navigation

Svelte Pomodoro Timer

An example of how to integrate Svelte into a .net MVC project using Visual Studio.

Running Svelte compiler

Run following command in a developer command prompt npm install

Next do one of the following: npm run dev or Run "npm run build" in the project properties every time you build/run the project (Doing this currently)

Pomodoro steps

  1. Decide on a task
  2. Set the pomodoro timer (usually 25 minutes)
  3. Work on the task
  4. Stop working when the timer rings
  5. Take a short break (usually 5 minutes)
  6. Repeat until done

About

An example of how to integrate Svelte into a .net MVC project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published