Todo App and source for Medium article Svelte - Quick Start
The repository is appears:
Svelte Quick Start
about Svelte frameworkThe 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.
To give a beautiful look was used tastejs/todomvc-app-css repository of the cool TodoMVC project
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
npm start
or yarn start
- start application in development mode on localhost:8080
npm run build
or yarn build
- start application in production mode