https://github.com/wichopy/react-codenames
A implementation of one of my favourite boardgame, Codenames, using React, Apollo and GraphQL
https://github.com/wichopy/react-codenames
Last synced: 8 months ago
JSON representation
A implementation of one of my favourite boardgame, Codenames, using React, Apollo and GraphQL
- Host: GitHub
- URL: https://github.com/wichopy/react-codenames
- Owner: wichopy
- Created: 2017-07-03T22:38:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T02:39:30.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T11:22:42.273Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To setup project:
`git clone git@github.com:wichopy/React-Codenames.git`
`cd React-Codenames`
`npm install; cd server; npm install`
The client app is written in React/Apollo and can be run in the root folder.
The server runs on Express/GraphQL and is run in the `/server` folder.
JWT is used for auth, so make sure you rename the `.env_sample` file to `.env` and make up your own secret.
May need to globally install nodemon and babel-cli (not node-babel) with `npm install -g nodemon babel-cli`.
To run the client and server, run `npm start` in:
- one terminal window in the root folder (./) of this repo:
- another terminal window in the server folder (./server) of this repo: