Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 483 Bytes

Typechase

Typechase uses redis and react to serve a real time multiplayer typing game.

example view

Serving the application

git clone https://github.com/Pennane/typechase
cd typechase
npm run serve
--> http://localhost

Developing the application

cd typechase
npm run dev
--> http://localhost:8080

Thanks to Engineer Man for giving an inspiration for the infrastructure