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.
Install the dependencies...
npm i
...then start webpack:
npm start