CycleJS Memory Game
July 13, 2016 ยท View on GitHub
Install
- Download and unzip repo
- Go to unzipped folder
- Install packages with
$ npm install - Install static server with
$ npm install http-server -g(optional)
Run dev
- Run webpack-dev-server with
$ npm run dev - See
localhost:8080
Run prod
- Make dist bundles with
$ npm run dist - Run static server with
$ http-server - See
localhost:8080