Skip to content

A minimal template for building Windows Store Apps with ClojureScript and Om. By Microsoft Open Technologies.

License

Notifications You must be signed in to change notification settings

rigdern/wwa-windows-om-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwa-windows-om

A minimal template for building Windows Store Apps with ClojureScript and Om.

Usage

  • Create a new project:

    lein new wwa-windows-om my-app
    
  • Complie the ClojureScript:

    cd my-app\my-app
    lein cljsbuild auto
    
  • Run the app:

    • Open the Visual Studio solution at my-app\my-app.sln
    • Hit F5 to run the app

Requirements

Troubleshooting

If you receive an error that looks like this:

The app couldn’t resolve ms-appx://d31bfc06-847b-413e-b5c5-b3d1f4025247/out/my_app/some_file.js because of this error: RESOURCE_NOT_FOUND.

Stop debugging (shift+F5) and click the "Refresh" button in the Solution Explorer:

Solution Explorer refresh button

This will force Visual Studio to recognize any new files that have been added to the output directory.

License

Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. This program is made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

About

A minimal template for building Windows Store Apps with ClojureScript and Om. By Microsoft Open Technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages