This is a clone of the popular "Cards against humanity" game, written in nodejs and react.
- NodeJS 10.16.3+ Download Page
- MongoDB Download Page
- Nodemon
npm i nodemon -g
- Npx
npm i npx -g
Clone this repo to your machine and navigate to both the /client and /server directories and run npm i
Note: You will need to have both servers running at the same time
Navigate to /client
and run npm start
. You will then be able to access it at localhost:8080
Navigate to /server
and run npm start
. This will start the game server API and start listening on localhost:5000
You can check out the full license here
This project is licensed under the terms of the MIT License.