Skip to content

jansvigar/memory-game

Repository files navigation

Memory Game

This is a Udacity Front-end Nanodegree project to build a memory game from scratch. It is pretty fun! Try the game

Installation

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

Clone this repo

git clone https://github.com/jansvigar/memory-game.git

Install all dependencies

npm install

Run Webpack Dev Server

npm start

Deployment

This command will bundle and optimize the codes. The output is in the 'dist' folder.

npm run build

Contributing

At the moment, this project is not open for contribution.

License

This project is licensed under the MIT License - see the LICENSE.md file for details