Electron Adventures: Episode 73: NW.js Terminal App
Now that we setup NW.js, let's try to write a terminal app. Or really let's just port terminal app from episode 9 with minimal changes.
index.html
First, we need to make some placeholder elements for our terminal app to output to.
<!DOCTYPE html>
<ht...
taw.hashnode.dev2 min read