Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 840 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 840 Bytes

Monty Hall Problem

Simulation of the monty hall problem.

http://eduardolopes.github.io/monty-hall-problem/

Dev

install grunt npm install -g grunt-cli

npm install to install all nodejs modules

Grunt tasks

grunt server to run a server (localhost:9000)

grunt dist or grunt to 'compile' the app and generate a folder like this:

dist
├── apple-touch-icon-precomposed.png
├── css
│   ├── style.css
│   └── style.min.css
├── favicon.ico
├── humans.txt
├── index.html
├── js
│   ├── main.js
│   └── vendor
│       ├── classList.min.js
│       ├── jquery-1.10.2.min.js
│       └── modernizr-2.6.2.min.js
├── pt-br
│   └── index.html
└── robots.txt