A simple & popular game, used tools ExpressJS, ReactJS (Redux). The procedure is rest API based. Every step is single session based & single session activity logged.
Two repository combined: api: server app, client: client app
git clone https://github.com/jeebon/tick-tack-toe-react-redux-express.git
cd tick-tack-toe-react-redux-express
Run API server (Port: 5000 mandatory)
cd api
npm install
npm start
Run client app in another terminal (ReactJS)
cd client
npm install
npm start