-
-
Save KaiWedekind/0a5c710853d1ef6a5411c84363b9032d to your computer and use it in GitHub Desktop.
Revisions
-
stevekinney revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # Frontend Masters: Electron (Version 2) You'll _need_ a recent version of [Node.js](http://nodejs.org) installed on your computer with administrative access. [Yarn](https://yarnpkg.com/en/) is not required, but [Electron Forge](https://electronforge.io/) uses it, so it would be helpful to [install](https://yarnpkg.com/en/docs/install) beforehand. Please make sure you're using a [supported platform](https://electronjs.org/docs/tutorial/support#supported-platforms). This is _particularly_ important if you're running Linux. -
stevekinney created this gist
Dec 10, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ You'll _need_ a recent version of [Node.js](http://nodejs.org) installed on your computer with administrative access. [Yarn](https://yarnpkg.com/en/) is not required, but [Electron Forge](https://electronforge.io/) uses it, so it would be helpful to [install](https://yarnpkg.com/en/docs/install) beforehand. Please make sure you're using a [supported platform](https://electronjs.org/docs/tutorial/support#supported-platforms). This is _particularly_ important if you're running Linux. Important note: If you're using Windows, make sure you're _not_ using the Windows Subsystem for Linux. This will confuse Electron to thinking you're running on a Linux machine when you're really not. We'll be using working through the following repositories over the course of the workshop: - [firesale](https://github.com/electron-in-action/firesale-fem-v2) - [clipmaster](https://github.com/electron-in-action/clipmaster-fem-v2) - [firesale-packaging-and-reporting](https://github.com/electron-in-action/firesale-packaging-and-reporting-fem-v2) - [electron-crash-report-server](https://github.com/electron-in-action/electron-crash-report-server-fem-v2) - [clipmaster-spectron](https://github.com/electron-in-action/clipmaster-spectron-fem-v2)