#AB Testing #AB Test demo to open a modal with one of the two layout variations on button click.
##Getting Started
install node modules and run grunt:
Install node.js from https://nodejs.org/en/download/
Change to the project's root directory => cd AB_Testing_Modal
npm install -g grunt-cli
npm install
npm install grunt if grunt command is not found
grunt build
grunt http-server:dev to have http server serve the static files.
Grunt will:<br>
1. Process the LESS files and minify the CSS into one minified CSS file.<br>
2. Lint javascript for issues with JSHint.<br>
3. Minify and compile javascript into one minified javascript file.