Companion code samples for the Learn Electron guide.
In the renderer.js
file set your location
at the top of the file by entering a city name (e.g. Denver, CO) or a zip code.
Install dependencies:
npm install
Run the application:
npm start
Companion code samples for the Learn Electron guide.
In the renderer.js
file set your location
at the top of the file by entering a city name (e.g. Denver, CO) or a zip code.
Install dependencies:
npm install
Run the application:
npm start