A basic CRUD (Create, Read, Update, Delete) using Svelte, Sapper and Bulma.
WIP https://svelte-sapper-bulma-crud.danielschmitz.now.sh WIP
$ git clone https://github.com/danielschmitz/svelte-sapper-bulma-crud.git
$ cd svelte-sapper-bulma-crud
$ npm install
$ npm run dev
Go to http://localhost:3000
This CRUD uses northwind API: http://northwind.now.sh
See this issue