mirror of
https://github.com/cupcakearmy/svelte-rest-demo.git
synced 2025-03-12 14:57:31 +00:00
Svelte Rest Demo
Demo todo app for Svelte consuming a REST API
🚀 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
Languages
JavaScript
58.5%
Svelte
34.2%
HTML
7.3%