backend-svelte-todo-manifest Svelte Themes

Backend Svelte Todo Manifest

Demo TODO app with Svelte frontend and Manifest backend ๐Ÿงก๐Ÿฆš

TODO App screenshot Svelte

Demo TODO App fullstack: Svelte + Manifest ๐Ÿงก๐Ÿฆš

This repository showcases a demo of a small todo application combining Svelte as a frontend and Manifest as backend.

The backend consists in only a few lines of code:

name: My TODO App โœ…
entities:
  Todo:
    seedCount: 10
    properties:
      - title
      - { name: completed, type: boolean }

Install

npm install

# Launch backend
npm run manifest

# Launch frontend
npm run dev

Top categories

Loading Svelte Themes