Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 347 Bytes

File metadata and controls

11 lines (6 loc) · 347 Bytes

memory-game-reactjs

This is a memory game built with React.

Setup

  • Install dependencies: npm install

Usage

  • node_modules\.bin\webpack -d runs the webpack in the development mode and generates the memory_game.js file in src/client/public directory which is used in index.html. Open the index.html in the browser to play the game.