sunilsj99 / memory-match-react

Memory Match Game built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Match Game React

Basic memory match game using ReactJS

How can I help?

See our Contributing Guide!

Installation

  1. Fork this repo

  2. Clone your forked copy of this repo

    git clone https://github.com/[Your Username]/react_starter.git`

  3. Change directory into the newly cloned repo

    cd memory-match-react

  4. Install dependencies

    npm install

  5. Start dev server

    npm start

  6. 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

Bundle For Deployment

  1. 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.

License

memory-match-react is licensed under the ISC License.

About

Memory Match Game built with ReactJS

License:ISC License


Languages

Language:JavaScript 77.4%Language:CSS 22.6%