Skip to content

Commit 27e57f7

Browse files
Merge pull request #60 from yoDon/master
Add list of Starter Kits to ReadMe
2 parents 25182f9 + 8315153 commit 27e57f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,12 @@ In your default setting we just build the application for the OS you are running
145145

146146
The end result should be an electron app under your __/bin/desktop__ folder.
147147

148+
## Starter kits
149+
150+
There is a React/Typescript/MobX starter kit at https://github.com/yoDon/Electron.NET-React-Typescript-MobX
151+
148152
### Note
149-
> 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.
153+
> macOS builds can't be created on Windows machines because they require symlinks that aren't supported on Windows (per [this Electron issue](https://github.com/electron-userland/electron-packager/issues/71)). macOS builds can be produced on either Linux or macOS machines.
150154
151155
# Working with this Repo
152156

0 commit comments

Comments
 (0)