Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

gafeol/CodeNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeNames

Online version of the CodeNames game

Running the project

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.

About

🎮 Online version of the CodeNames game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published