Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 618 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 618 Bytes

coldstone

A proof of concept framework binding html views to C#.NET view models using Edge.js and Electron

The project now has an example. You should be able to run the project via the following steps:

  1. Make sure you have npm installed.
  2. Clone this repo.
  3. Open in VS2015 or VS2013 Community (or higher).
  4. Rebuild the solution.
  5. Set Coldstone.Example as the Startup Project.
  6. Run project.
  7. Profit.

Check out more information on this at my blog My Life For The Code