This is an application creating a 2 player memory game.
The application is build using socket.io, React and node.js
To run both server and client in one terminal is using the library concurrently
The client is bundled using Webpack
To emit events we are using socket.io
npm install
npm run dev
- Start
localhost:3000
on two different pages in order to play