A Todo List Application built with Svelte 3. Tutorial: https://freshman.tech/svelte-todo/
This project is live at http://svelte3-todo.surge.sh/
You must have Node.js and npm installed on your machine. This project was built against the following versions:
- Node v12.6.0
- npm v6.9.0
- Clone this repo to your machine
cd
into the project folder and runnpm install
- Run
npm run dev
- Navigate to http://localhost:5000