From f059ba80b40be6b004b6c8fa5efc6b01a265e360 Mon Sep 17 00:00:00 2001 From: Don Alvarez Date: Wed, 15 Nov 2017 16:00:34 -0800 Subject: [PATCH] Add list of Starter Kits to ReadMe --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6a1c518..aa53880 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ In your default setting we just build the application for the OS you are running The end result should be an electron app under your __/bin/desktop__ folder. +## Starter kits + +There is a React/Typescript/MobX starter kit at https://github.com/yoDon/Electron.NET-React-Typescript-MobX + ### Note > macOS builds on Windows are currently not supported, because the build just hangs, but I'm not sure why. The macOS builds works on Linux/macOS however.