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