Gwent is a multiplayer card game!
The project is temporarily deployed on Heroku on https://thegwentgame.herokuapp.com
Backend runs in node, server is built using express.js
Frontend uses React components and phaser.js to create the Game
Frontend/Backend communication via web sockets
| Command | Description |
|---|---|
npm install |
Install project dependencies |
npm start |
Open local server running project |
npm run build |
Builds code bundle with production settings (minification, uglification, etc..) |
npm run start:dev |
Rebuilds code bundle with dev settings on file save and restarts local server |