Skip to content

Latest commit

 

History

History

getting-started

Getting Started Guides

Folder Description
Getting Started on Mac Mac specific instructions on building and setting up an environment for development
Getting Started on Windows Windows specific instructions on building and setting up an environment for development
Getting Started Websharp Electron Application Creating your first Hello World application. Takes you through creating a project and the layout of the application structure, touch breifly on the purpose of the most important files, referencing WebSharp/electron-dotnet, integrate C# code into Node.js code, and starting up the application for the first time.
Getting Started Building Websharp Electron Application Assemblies By default the application is setup using on-the-fly compiling which may not be desirable. This will take you through how to build those modules into assemblies and reference them in the application for faster execution.