The goal of this project is to create the card playing game durak as a web app.
This project is very new and currently under heavy development so do not expect working builds.
The server part is located in a own repository under KeKsBoTer/durak.
Node: You need to install and the webserver KeKsBoTer/durak first.
-
Clone the repository
git clone https://github.com/KeKsBoTer/durak-webapp
-
Install dependencies
npm install
or
yarn install
-
Start development server
npm start
or
yarn start
-
Open http://localhost:3000 in your browser