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]/react_starter.git`
-
Change directory into the newly cloned repo
cd memory-match-react
-
Install dependencies
npm install
-
Start dev server
npm start
-
Open a browser and navigate to
localhost:3000
You should see a page that displays "Welcome to React!"
NOTE For Ubuntu and other linux distros. credit to @fllprbt for bugfix.
apt install libpng-dev
- Run webpack to bundle files
npm run 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.