Skip to content

shershen08/cards-game-app

Repository files navigation

Cards game with SvelteJS

game UI

Run game

npm install # or yarn
npm run build
node server.js

Development

npm install # or yarn
npm run dev