Learn Electron
- Run
node learnyouelectron.js
to run - Each lesson needs it's own directory under
/exercises
- Place the solution in
/exercises/<exercise_name>/solution/solution.js
- 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. - Write the problem description narrative in
/exercises/<exercise_name>/problem.md