Skip to content

siripurs/AB_Testing_Modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published