Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adam-lynch/beyond-the-browser

A talk in which I take a look at what it's like to develop desktop applications using NW.js and Electron, the ups and downs of living with one, reusing the same codebase for the Web as well as the desktop, and more.
https://github.com/adam-lynch/beyond-the-browser

Last synced: about 1 month ago
JSON representation

A talk in which I take a look at what it's like to develop desktop applications using NW.js and Electron, the ups and downs of living with one, reusing the same codebase for the Web as well as the desktop, and more.

Awesome Lists containing this project

README

        

Beyond the browser: from Web apps to desktop apps
==========================

A talk in which I take a look at what it's like to develop desktop applications using NW.js and Electron, the ups and downs of living with one, reusing the same codebase for the Web as well as the desktop, and more.

## Building the slides

1. `npm i -g bower`
2. `npm i -g gulp`
3. `bower i`
4. `npm i`
5. `gulp`