README
Card Game
For live demo click here. This Game using ReactJs as a Front-end and NodeJs as Back-end technology.
Clone the project
You can directly clone using this repo.
git clone https://github.com/BhautikPatel8494/reactMemoryGame
Installation
Use the package manager npm to install dependancies.
npm install
Start server
Run this command to start Frontend and Backend server.
npm start