Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 291 Bytes

hearts-svelte-client

A simple web client for playing hearts, built on Svelte

Get started

Install the dependencies...

npm install

...then start webpack:

npm run dev

Navigate to localhost:5000. You should see the hearts app running.