Brunobrunobuddy.hashnode.devยทOct 8, 2024Svelte + 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 ...SvelteAdd a thoughtful commentNo comments yetBe the first to start the conversation.