Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.24 KB

File metadata and controls

68 lines (44 loc) · 1.24 KB

Exploding Kittens (Work in Progress)

A fanmade webbased multiplayer version of the popular board game Exploding Kittens. Consider buying the board game and support the creators of the game. This project is for educational purposes only. If requested I will gladly take it offline.

📦 Installation

npm install

🛠️ Development

Run Client (Frontend)

npm run dev

Access at: http://localhost:5173

Run Server (Game Server)

npm run serve

Server runs at: http://localhost:51399

Watch Mode (Auto-restart on changes)

npm run serve:watch

Run Both (Two Terminals)

# Terminal 1
npm run dev

# Terminal 2
npm run serve:watch

🏗️ Production Build

# Build client
npm run build

# Build server
npm run build:server

# Run production server
node dist/server/server/server.js

🎮 Current State

image image

📜 License

See LICENSE file for details.