-
Clone project:
git clone https://github.com/mannkostir/memory-card-game.git
-
Run terminal from the root of the project
-
Go to client directory:
cd client
-
Install dependencies:
npm install
-
Run client:
npm run start
-
Open .env:
server/.env.example
-
Enter your data
-
Rename
.env.example
into.env
-
Run terminal from the root of the project
-
Go to server directory:
cd server
-
Install dependencies:
npm install
-
Run server:
npm run start