Skip to content

Commit

Permalink
Initial 'Hello World' (Electron, app)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Aug 31, 2017
1 parent 30b8ebb commit 66ac8aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
console.log('Hello World!')
const { app } = require('electron')

app.on('ready', () => {
console.log('Application ready!')
})

0 comments on commit 66ac8aa

Please sign in to comment.