mirror of
https://github.com/cupcakearmy/svelte-rest-demo.git
synced 2024-12-22 08:06:29 +00:00
Create README.md
This commit is contained in:
parent
3f784f8e79
commit
5afdf61260
20
README.md
Normal file
20
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user