AN MVP of Hangman
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
socket server starts in development mode .
Open http://localhost:3001
cd server && yarn test
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
cd client && yarn test
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.