A simple to do list I made to learn Svelte web framework.
To get a local copy up and running follow these simple example steps.
npm install --global yarn
- Clone the repository
git clone https://github.com/thaboRach/svelte-todo-list.git
- Install the required packages
yarn
Start the web application locally:
yarn dev