Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 816 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 816 Bytes

Desktop apps with html and nodejs

A presentation about building apps with Nodejs and Html5 made for Node Budapest meetup october 2015

How to run it

With Electron

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

In a browser

  • Open the index.html in the root folder, in a browser.

You won't be able to use the native interactions (notifications + select folder)

Credits