Skip to content

beltranrengifo/memory-game

Repository files navigation

Javascript Memory Game

Dependabot badge Branches badge Functions badge Lines badge Statements badge Netlify Status

Webpack based, Javascript ES6/ES7 small game.

Installation

npm i
yarn

Start Dev Server

npm run serve
yarn serve

Build Prod Version

npm run build
yarn build

Unit testing with Jest

npm run unit
npm run unit:only
npm run unit:watch
npm run unit::badges

yarn unit
yarn unit:only
yarn unit:watch
yarn unit::badges

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.