Skip to content

Instantly share code, notes, and snippets.

View Jerryodeghe's full-sized avatar

J_ode Jerryodeghe

View GitHub Profile
@Jerryodeghe
Jerryodeghe / electron-fem-v2.md
Created November 28, 2019 23:06 — forked from stevekinney/electron-fem-v2.md
Frontend Masters: Electron Workshop (December, 2018)

Frontend Masters: Electron (Version 2)

You'll need a recent version of Node.js installed on your computer with administrative access. Yarn is not required, but Electron Forge uses it, so it would be helpful to install beforehand.

Please make sure you're using a supported platform. 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:

@Jerryodeghe
Jerryodeghe / digging-into-node.md
Created November 28, 2019 23:02 — forked from 1Marc/digging-into-node.md
Digging Into Node.js Setup

Setup

Make sure you have Node 11+ installed.

Type node -v in your command line to check your version.

Install sqlite3: npm install sqlite3

For Windows

@Jerryodeghe
Jerryodeghe / debugging-js-setup.md
Created November 27, 2019 17:45 — forked from 1Marc/debugging-js-setup.md
Debugging JavaScript LIVE -- Setup Instructions
  • Make sure you have a GitHub account
  • Install:
    • Git
    • Text editor (Atom or VSCode suggested)
    • Node installed and available via command line node. Recommended version 4.6 or greater.
    • Chrome web browser (latest stable release)
  • Clone the getRANTR repo and follow the install instructions.