Svelte + Manifest = Giving Svelte a proper backend with 7 lines of code ๐งก๐ฆ
TL;DR: Using Manifest as backend for Svelte turns it into a full stack application with minimal coding. Check the source code on github
# manifest/backend.yml
name: My TODO App โ
entities:
Todo:
seedCount: 10
properties:
- title
...
brunobuddy.hashnode.dev4 min read