This video shows you how to build and deploy a windows application that uses the Feed Henry forms
Windows content shim:
https://github.com/MSOpenTech/winstore-jscompat
All cordova plugins that need to be added to the project:
https://[your domain]/docs/guides/using_cordova_plugins.html
for easy copy paste:
mkdir temp
git clone [client forms app git url]
cordova create [app-name] --copy-from [client forms app name]/www
cd [app-name]
cordova platform add windows
cd ..
git clone git@github.com:MSOpenTech/winstore-jscompat.git
copy winstore-jscompat/winstore-jscompat.js [client forms app name]/www
cd
cordova plugin add [all the standard plugins]