Skip to content

sheerryy/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman

AN MVP of Hangman

Demo

App is deployed using Heroku for server and Github Pages for front-end.
(Deployed App may not work as expected because Github Pages do not support SPA)
Click here: Hangman Demo

server

cd server && yarn start

socket server starts in development mode .
Open http://localhost:3001

yarn test

cd server && yarn test

Client

cd client && yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

cd client && yarn test

Docker

docker-compose build && docker-compose up

socket server starts in development mode .
Open http://localhost:3001

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.