How to work on windows 8.1 universal app with javascript
        Posted  
        
            by 
                user3706169
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user3706169
        
        
        
        Published on 2014-06-04T09:22:39Z
        Indexed on 
            2014/06/04
            9:24 UTC
        
        
        Read the original article
        Hit count: 274
        
win-universal-app
I've worked on windows 8 app with javascript platform in MSVS Express 2012. But I want to work on windows 8 universal, that is why I've installed the MSVS Express 2013. When I create a new project there I got three different Modules (Windows, Windows.phone and Windows.shared) so I could not get the way to start from. Should I write the code within those three modules? Can you guys let me know how to start the windows app universal project?
© Stack Overflow or respective owner