Skip to content

serjilyashenko/svelte-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Todo List

Todo App and source for Medium article Svelte - Quick Start

The repository is appears:

Motivation

The goal of the the repository and Svelte Quick Start article is to introduce Svelte syntax fast by creating Todo app step by step. Todo App uses all operations of the CRUD principle: Create, Read, Update, Delete. It makes a Todo App good candidate for Svelte framework introduction.

Design

To give a beautiful look was used tastejs/todomvc-app-css repository of the cool TodoMVC project

Installation

Note: Make sure git, NodeJs and NPM are installed

Clone the current repository and change directory:

git clone https://github.com/serjilyashenko/svelte-todo.git

cd svelte-todo

For installation of npm dependencies execute from project folder:

npm install

or

yarn

Scripts

  • npm start or yarn start - start application in development mode on localhost:8080

  • npm run build or yarn build - start application in production mode

Releases

No releases published

Packages

No packages published