game-memory To run this application, execute the following commands: Install NPM modules ``` $ npm install (or yarn install) ``` Start the dev server: ``` $ npm run dev ``` Create the app distribution ``` $ npm run dist ```