A clone of the boardgame, Codenames developed to be played online with your friends. It is a multiplayer game which requires at least 4 players and players can be connected to the same room to share the same game. Original gameplay can be found here https://en.wikipedia.org/wiki/Codenames_(board_game)
DEMO: https://lit-atoll-51041.herokuapp.com/
To get a local copy and run it on your own local host-
npm installto download the required packages - Change username to your database username under config.sj
-
npm run createto create database on your local machine -
npm run migrateto run migration of your database locally -
npm startto start the server -
npm watchto allow webpack to bundle the files


