Skip to content

MaccKOT/svelte-simple-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo App

Based on Svelte v3 - Basics - Todo App, github repo

Framework: Svelte 3

CSS Framework: Bulma

Package manager: PNPM (hardcoded in rollup.config.js, so dont forget change to you packet manager like npm, otherwise run dev will not work properly)

require("child_process").spawn("pnpm", ["run", "start", "--", "--dev"], {
  stdio: ["ignore", "inherit", "inherit"],
  shell: true
});

About

Simple Svelte 3 todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published