Skip to content

thejavierCO/Todo-app-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo app created with svelte

Template use template-webpack by Svelte

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

use original template

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

use is project with template

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

Note require Node.js installed.

Get started

Install the dependencies...

npm i

...then start webpack:

npm start