I am new to Windows 8 development so please excuse this very basic question. I am trying to build a proof of concept app that will run on a Windows 8 tablet. This app is being built using HTML5/Javascript/CSS technologies. I have created
the basic framework and tested it on my development machine and now I want to run the app on the tablet. The table is not connected to the network therefore I am trying to build the app on my development machine and then copy it to the tablet (the table
can use USB thumb drives).
I tried to use the "Project/Store/Create App Package" option but that requires you to sign up for the Windows app store which we are not ready to do (our apps are for in-house use). I have also tried the "Build/Build Solution" but
that does not seem to build a deploy-able package.
Is there a way to build my project so I can deploy it on my test tablet without signing up for a Microsoft Store account?
Thanks,
Jon