A clone of the Exploding Kittens card game, but now playable in your web browser. Created using React/Nodejs with WebSockets
- Card designs are not final, the images are just placeholders, some cards dont have an image
- Different card sets/packs
Build the frontend
cd frontend && npm run build
Run the server
node index.js
- Create a .env file in the root directory and set
NODE_ENV=production, otherwise the app will run an HTTP server for development - Create a
ssl/directory and addcert.pemandkey.pemto enable ssl in order to run HTTPS. You could also modify the path of these files inside index.js to wherever you have stored your ssl certificates.

