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
- Host: GitHub
- URL: https://github.com/Freshman-tech/svelte-todo-app
- Owner: Freshman-tech
- Created: 2019-07-09T12:15:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:17:59.000Z (over 3 years ago)
- Last Synced: 2024-03-21T13:56:47.846Z (about 2 years ago)
- Topics: javascript, svelte, todolist
- Language: HTML
- Homepage: https://freshman.tech/svelte-todo/
- Size: 342 KB
- Stars: 21
- Watchers: 3
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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