Online version of the CodeNames game
To install all dependencies, make sure you have npm installed and run:
npm install
cd client/ && npm installTo develop locally, just run at the same time the React project and the node backend.
To run the backend:
node index.jsRunning the React project:
cd client
npm run startIn order to test the production build, just run npm run dev on the project root folder.