{"id":22350380,"url":"https://github.com/planetoftheweb/electron","last_synced_at":"2025-07-24T05:36:45.053Z","repository":{"id":147412634,"uuid":"69130636","full_name":"planetoftheweb/electron","owner":"planetoftheweb","description":"This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.","archived":false,"fork":false,"pushed_at":"2017-11-11T20:33:43.000Z","size":812,"stargazers_count":78,"open_issues_count":1,"forks_count":34,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-06T03:06:26.992Z","etag":null,"topics":["applications","apps","cross-platform","electron","linkedin","linkedin-learning","linkedinlearning","lynda","lynda-com","macosx","rayvillalobos","training","tutorial","windows"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/learning/electron-building-cross-platform-desktop-apps?trk=insiders_6787408_learning","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetoftheweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-24T22:21:25.000Z","updated_at":"2025-01-20T00:16:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"54f8c784-8251-4a0c-b904-3e93cceec360","html_url":"https://github.com/planetoftheweb/electron","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/planetoftheweb/electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Felectron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Felectron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Felectron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Felectron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetoftheweb","download_url":"https://codeload.github.com/planetoftheweb/electron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetoftheweb%2Felectron/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266796900,"owners_count":23985493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["applications","apps","cross-platform","electron","linkedin","linkedin-learning","linkedinlearning","lynda","lynda-com","macosx","rayvillalobos","training","tutorial","windows"],"created_at":"2024-12-04T11:11:30.796Z","updated_at":"2025-07-24T05:36:45.044Z","avatar_url":"https://github.com/planetoftheweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\ntutorial, training, linkedinlearning, lynda, lynda-com, rayvillalobos\n\n# Electron: Building Cross Platform Desktop Apps\nThis is the repository for my course Electron: Building Cross Platform Desktop Apps. The full course is available on [LinkedIn Learning](https://www.linkedin.com/learning/electron-building-cross-platform-desktop-apps?trk=insiders_6787408_learning) and [Lynda.com](https://www.lynda.com/Electron-tutorials/Electron-Building-Cross-Platform-Desktop-Apps/518051-2.html)\n\n[![Electron: Building Cross Platform Desktop Apps](https://media-exp2.licdn.com/media-proxy/ext?w=1200\u0026h=675\u0026f=n\u0026hash=v%2F4pRuikoK59ZZcc4WTab0gWkkI%3D\u0026ora=1%2CaFBCTXdkRmpGL2lvQUFBPQ%2CxAVta5g-0R6plxVUzgUv5K_PrkC9q0RIUJDPBy-kWi2q_9SfZXbhecLeZLSiolwScC0JkgQ6fu6uQjjjG469LcLmY4Yx3A)](https://www.linkedin.com/learning/electron-building-cross-platform-desktop-apps?trk=insiders_6787408_learning)\n\nElectron is an open-source framework for creating desktop applications with your favorite web technologies: JavaScript, HTML, and CSS. It makes it easy to create a simple app with a few lines of code, using languages you already know. Want to learn more? Join Ray Villalobos as he walks through the techniques you need to master cross-platform desktop development with Electron. Learn how to configure and communicate between app windows (aka webpages) via the main and renderer processes, and integrate the React and Bootstrap frameworks to build interfaces with multiple panels and custom menus. As a final step, Ray shows how to package your project into a standalone, clickable app that can be run on Windows, Mac, or Linux machines.\n\n## Instructions\nThis repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add `/tree/BRANCH_NAME` to the URL to go to the branch you want to peek at. \n\n## Branches\nThe branches are structured so that they correspond to the videos in the course. So, for example if I name a branch `02_03b` then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A `b` means that this is how the code looks at the beginning of the video, an `e` means that is how the code looked at the end of the video.\n\nYou may find additional branches that correspond to other states, so for example, you may see a `t`, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The `master` branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course. \n\n## Installing\n1. Make sure you have these installed\n\t- [node.js](http://nodejs.org/)\n\t- [git](http://git-scm.com/)\n2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) `\u003e git clone CLONEURL`\n3. CD to the folder `cd FOLDERNAME`\n4. Run `\u003e npm install` to install the project dependencies\n5. Run `\u003e gulp` to start live preview server\n\n## More Stuff\nCheck out some of my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ray-villalobos?trk=insiders_6787408_learning) and [lynda.com](http://lynda.com/rayvillalobos). You can follow me on [LinkedIn](https://www.linkedin.com/in/planetoftheweb/), read [my blog](http://raybo.org), [follow me on twitter](http://twitter.com/planetoftheweb), or check out my [youtube channel](http://youtube.com/planetoftheweb).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Felectron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetoftheweb%2Felectron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetoftheweb%2Felectron/lists"}