Create README.md

This commit is contained in:
Nicco 2020-06-24 12:01:26 +02:00 committed by GitHub
parent 3f784f8e79
commit 5afdf61260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Svelte Rest Demo
Demo todo app for Svelte consuming a REST API
![Screenshot](.github/screen.jpg)
## 🚀 Running it
```bash
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