A little Electron application to see if bob.txt exists.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/ChaosCabbage/does-bob-exist.git
# Go into the repository
cd electron-quick-start
# Install dependencies and run the app
npm install && npm start
Learn more about Electron and its API in the documentation.