Memory Card Game

How To Install

  1. Clone project:

    git clone https://github.com/mannkostir/memory-card-game.git

Running client

  1. Run terminal from the root of the project

  2. Go to client directory:

    cd client

  3. Install dependencies:

    npm install

  4. Run client:

    npm run start

Running server

  1. Open .env:

    server/.env.example

  2. Enter your data

  3. Rename .env.example into .env

  4. Run terminal from the root of the project

  5. Go to server directory:

    cd server

  6. Install dependencies:

    npm install

  7. Run server:

    npm run start