2020-06-24 12:06:03 +02:00
2020-06-24 11:58:23 +02:00
2020-06-24 11:51:53 +02:00
2020-06-24 11:00:44 +02:00
2020-06-24 11:00:47 +02:00
2020-06-24 10:53:27 +02:00
2020-06-24 12:06:03 +02:00

Svelte Rest Demo

Demo todo app for Svelte consuming a REST API

Screenshot

🚀 Running it

cd ./client
yarn            # or npm i
yarn run dev    # or npm run dev

# In a different terminal
cd ./server
yarn 
yarn run dev

The app will be served under http://localhost:3000, the server http://localhost:8000

Description
Demo todo app for Svelte consuming a REST API
Readme MIT 81 KiB
Languages
JavaScript 58.5%
Svelte 34.2%
HTML 7.3%