All Questions
1 question
0
votes
1
answer
280
views
POST to local json file without server, using Svelte and Routiify
Im writing an PWA in Svelte with Routify and im trying to save notes (containing id, title and a body) in a local json file.
Ive been following this code from Svelte REPL (Svelte POST example), but ...