CycleJS Memory Game

July 13, 2016 ยท View on GitHub

Install

  1. Download and unzip repo
  2. Go to unzipped folder
  3. Install packages with $ npm install
  4. Install static server with $ npm install http-server -g (optional)

Run dev

  1. Run webpack-dev-server with $ npm run dev
  2. See localhost:8080

Run prod

  1. Make dist bundles with $ npm run dist
  2. Run static server with $ http-server
  3. See localhost:8080