Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

Cards against humanity clone

This is a clone of the popular "Cards against humanity" game, written in nodejs and react.

Setup

Requirements

Clone this repo to your machine and navigate to both the /client and /server directories and run npm i


Usage

Note: You will need to have both servers running at the same time

Web app

Navigate to /client and run npm start. You will then be able to access it at localhost:8080

Game Server

Navigate to /server and run npm start. This will start the game server API and start listening on localhost:5000


License

You can check out the full license here

This project is licensed under the terms of the MIT License.