Skip to content

KeKsBoTer/durak-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Durak - Card playing game

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.

Installation

Node: You need to install and the webserver KeKsBoTer/durak first.

  1. Clone the repository

    git clone https://github.com/KeKsBoTer/durak-webapp

  2. Install dependencies

    npm install

    or

    yarn install

  3. Start development server

    npm start

    or

    yarn start

  4. Open http://localhost:3000 in your browser