##NodeJS Against Humanity
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License.
NodeJS implementation of Cards Against Humanity. Here's a screenshot:
##Run Locally
Install all the dependencies:
npm install (you may need to prefix this with sudo if you're on Mac)
Run the app:
node server.js
Then navigate to http://localhost:3000
If you want the server to load up everytime you change the back end:
npm install -g nodemone
Then run the following instead of node server.js
:
nodemon server.js