A presentation about building apps with Nodejs and Html5 made for Node Budapest meetup october 2015
This allows you to use the small native interactions included in the presentation.
You need Electron installed on your system with the electron command available.
npm install electron-prebuilt -g
Check you can run electron
command
npm start
- Open the
index.html
in the root folder, in a browser.
You won't be able to use the native interactions (notifications + select folder)
- Presentation made with Reveal.js
- Node webkit: https://github.com/nwjs/nw.js/
- Electron: http://electron.atom.io/