Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
/ hangman Public archive

real-time web app demo with persistent state based on Redux and Socket.io

Notifications You must be signed in to change notification settings

zhenyulin/hangman

Repository files navigation

hangman Code Climate Build Status Coverage Status Dependencies devDependencies

A simple version of Hangman web app, with game status persistent across server and browser restart

about

  • Use Redux, Immutable as isomorphic state management on both client and server
  • Use Socket.io to streamline client/server data communication
  • CI/CD GitHub -> TravisCI -> Docker Image Hub -> Private Docker Host(Watchtower)

serve

  • clone locally
  • run yarn install
  • run yarn serve:fresh
  • visit http://localhost:3000/ in your browser

test

  • unit test yarn test
  • test coverage yarn cover
  • e2e test yarn e2e:setup and yarn e2e

demo

About

real-time web app demo with persistent state based on Redux and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published