getflywheel / local-addon-boilerplate

Boilerplate to quick start Local Add-on development 🚀
12 stars 4 forks source link

feat(LOC-1879): foundation work for add-on examples and setup with Local Add-on Generator #2

Closed ethan309 closed 4 years ago

ethan309 commented 4 years ago

Summary

Add a few examples to help developers get started with creating a Local add-on, as well as some additions to the README with helpful commands and links.

Details

Includes examples of how to use Local Add-on API, using local-components, (a few different ways to set up) communication between the main and renderer processes, state management, and rendering/connecting components.

Also a few things added to the documentation (links, commands, info).