/TaskApp

use blockstack create app task

Primary LanguageSvelte

todo app created with svelte

Template use template-webpack by Svelte

To create a new project based on this template using degit:

npx degit sveltejs/template-webpack name-app
cd name-app

Note require Node.js installed.

Get started

Install the dependencies...

cd name-app
npm i

...then start webpack:

npm start

use is project with template

npx degit thejavierCO/Todo-app-svelte#template name-app