#Session Timeout Modal
####File Structure
├── index.js
├── index.config.js
├── package.json
├── readme.md
####Installation
- Make sure to install Bootstrap.
- This module should live within the
node_modulesfolder. - Pack this module with webpack and it will set modal on the page based off of the
seshLengthOrgvariable out of the box. - The actual count down number can be modified inside the
index.config.jsfile.