Basic memory match game using ReactJS
See our Contributing Guide!
-
Fork this repo
-
Clone your forked copy of this repo
git clone
https://github.com/[Your Username]/memory-match-react.git
-
Change directory into the newly cloned repo
cd memory-match-react
-
Install dependencies
npm install
or
yarn install
-
Start dev server
npm start
or
yarn start
-
Open a browser and navigate to
localhost:3000
You should see the Memory Match Game page.
NOTE For Ubuntu and other linux distros. credit to @fllprbt for bugfix.
apt install libpng-dev
-
Run webpack to bundle files
npm run bundle
or
yarn bundle
NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.
memory-match-react is licensed under the ISC License.