Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 797 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 797 Bytes

13 Card Game

This is my recreation of a popular Vietnamese card game called 13. Playable with friends all in the browser! Multiplayer and social features are still a work in progress, but I hope to have them added soon.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Run 'npm install' to install all necessary dependencies. Install mongoDB Run 'npm run server' to start up the server

Requirements

An nvmrc file is included if using nvm.

  • Node v12.18.3
  • Axios v0.20.0
  • Express v4.1.0
  • Mongo v3.6.2
  • React v16.13.1
  • React-DOM v16.13.1
  • CardJS v1.1.1

Development

Installing Dependencies

From within the root directory:

  • npm install