Skip to content

jeebon/tick-tack-toe-react-redux-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tick Tack Toe - ReactJS + ExpressJS

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.

Structure

Two repository combined: api: server app, client: client app

Installation:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published