An open API service indexing awesome lists of open source software.

https://github.com/Freshman-tech/svelte-todo-app

A Todo List Application built with Svelte 3
https://github.com/Freshman-tech/svelte-todo-app

javascript svelte todolist

Last synced: 11 months ago
JSON representation

A Todo List Application built with Svelte 3

Awesome Lists containing this project

README

          

# Svelte 3 Todo List App

A Todo List Application built with Svelte 3. Tutorial: https://freshman.tech/svelte-todo/

This project is live at http://svelte3-todo.surge.sh/

## Prerequisites

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

## Setup

- Clone this repo to your machine
- `cd` into the project folder and run `npm install`
- Run `npm run dev`
- Navigate to http://localhost:5000