This is a Udacity Front-end Nanodegree project to build a memory game from scratch. It is pretty fun! Try the game
Node.js and NPM are required to start developing. Node.js can be downloaded from https://nodejs.org/en/. NPM comes with Node.js.
There are other development dependencies like Webpack, Babel, AutoPrefixer and some webpack loaders and plugins
git clone https://github.com/jansvigar/memory-game.git
npm install
npm start
This command will bundle and optimize the codes. The output is in the 'dist' folder.
npm run build
At the moment, this project is not open for contribution.
This project is licensed under the MIT License - see the LICENSE.md file for details