Memory Game Things needed before preparing the environment: Node and NPM up to date Nodemon, you can install it using npm install -g nodemon How to install all dependencies: Clone the repo run npm install on the ROOT folder go to the client folder using cd client run npm install on the CLIENT folder go back to the root folder using cd .. How to run the project in your development environment Run npm run dev