Skip to content

Aakash2408/Memory-Game

Repository files navigation

Memory Game

Tiles Matching Memory Game : Try the game here

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/Aakash2408/Memory-Game

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