this is a simple card game that i made for practising transition and transform in css. currently it only works with bots (single player mode) .
Clone the project
git clone https://github.com/farzad80rad/card-game.gitGo to the back end directory
cd card-game/backRun go server
go run back.goGo to the front end directory
cd ../frontStart the front server
yarn start