colinalford / learnyouelectron

Learn Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learnyouelectron

Learn Electron

Dev Flow

  1. Run node learnyouelectron.js to run
  2. Each lesson needs it's own directory under /exercises
  3. Place the solution in /exercises/<exercise_name>/solution/solution.js
  4. Put exercise-running code in /exercises/<exercise_name>/exercise.js. You can mostly copy this from https://github.com/linclark/demo-workshopper/blob/master/exercises/test_exercise/exercise.js to get started. You'll need to check out the notes about addSetup and addProcessor methods in the Lin Clark post.
  5. Write the problem description narrative in /exercises/<exercise_name>/problem.md

About

Learn Electron


Languages

Language:JavaScript 100.0%