This is the code for examples used in the article "General theory of Svelte Reactivity".
Clone or download the repo, then navigate to the root directory and install the dependencies.
npm install
After the dependencies have been installed, start the development server.
npm run dev
After the process is complete, you should see a message like Your application is ready~!
, head over to localhost:5000
to view the app.