Skip to content

syphaxchergui/card-game

Repository files navigation

Fun card game

Run Locally

Clone the project

Go to the project directory

  cd card-game

Install dependencies

  npm install

Start in dev mode

  npm run dev

Build the app

  npm run build

Docker deployment

Build the container image

  docker build -t card-game .

Start the container

  docker run -p 5174:5174 card-game

About

Simple card game, you vs computer. Redux, animations...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published