All Projects â†’ planetoftheweb â†’ Electron

planetoftheweb / Electron

This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electron

Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+41795.65%)
Mutual labels:  apps, applications, macosx
Fluttercreatesubmissions2019
An Effort to gather all Flutter Create App submissions at one place from various resources.
Stars: ✭ 546 (+691.3%)
Mutual labels:  apps, cross-platform
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-49.28%)
Mutual labels:  apps, applications
Javascripttraining
Training course repository for JavaScript
Stars: ✭ 658 (+853.62%)
Mutual labels:  tutorial, training
di
[D]ownload and [I]nstall Mac apps
Stars: ✭ 52 (-24.64%)
Mutual labels:  applications, macosx
foss-apps
a list of 100+ awesome open source android apps 📱
Stars: ✭ 289 (+318.84%)
Mutual labels:  apps, applications
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+28044.93%)
Mutual labels:  cross-platform, macosx
Bootstrap
Repository for my tutorial course: Bootstrap 3 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 14 (-79.71%)
Mutual labels:  tutorial, training
Xtd forms
Modern c++17 library to create native gui for Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 25 (-63.77%)
Mutual labels:  cross-platform, macosx
Nativexplatform
Akeeba Portable Tools (cross-platform) - Desktop utilities for use with Akeeba Backup and Akeeba Solo
Stars: ✭ 17 (-75.36%)
Mutual labels:  cross-platform, macosx
Ios Signer Service
✒ A self-hosted, cross-platform service to sign and install iOS apps, all without a computer
Stars: ✭ 200 (+189.86%)
Mutual labels:  apps, cross-platform
Reactnativecodereuseexample
Shows how to organize your code to reuse it as much as possible between Web, iOS and Android
Stars: ✭ 41 (-40.58%)
Mutual labels:  tutorial, cross-platform
Flutterexampleapps
[Example APPS] Basic Flutter apps, for flutter devs.
Stars: ✭ 15,950 (+23015.94%)
Mutual labels:  apps, cross-platform
AppListManager
📱 AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (-14.49%)
Mutual labels:  apps, applications
My Appdaemon
My apps, my helpfiles, all about AppDaemon for Home Assistant
Stars: ✭ 94 (+36.23%)
Mutual labels:  apps, tutorial
Awesome Linux Software
A list of awesome applications, software, tools and other materials for Linux distros.
Stars: ✭ 16,943 (+24455.07%)
Mutual labels:  applications, cross-platform
Purrr Tutorial
A introduction to purrr
Stars: ✭ 222 (+221.74%)
Mutual labels:  tutorial, training
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+250.72%)
Mutual labels:  tutorial, cross-platform
Expo Crossy Road
đŸĨ🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+915.94%)
Mutual labels:  tutorial, cross-platform
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-44.93%)
Mutual labels:  tutorial, training

tutorial, training, linkedinlearning, lynda, lynda-com, rayvillalobos

Electron: Building Cross Platform Desktop Apps

This is the repository for my course Electron: Building Cross Platform Desktop Apps. The full course is available on LinkedIn Learning and Lynda.com

Electron: Building Cross Platform Desktop Apps

Electron 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.

Instructions

This 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.

Branches

The 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.

You 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.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > gulp to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].