Skip to content

nxho/mahjong-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mahjong App

This is a multiplayer Mahjong game application built in ReactJS/Python.

Client

Built in ReactJS.

Local dev

Run:

cd client
yarn
yarn start

Open http://localhost:3000 to view it in the browser.

Server

Uses Socket.IO for sending/receiving messages to/from client. Served with Gunicorn.

Local dev

Run:

cd server
pip3 install -r requirements.txt
./start.sh

By default, server will be running at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published