Skip to content

EduardoLopes/monty-hall-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published