Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adam-lynch/beyond-the-browser
- Owner: adam-lynch
- Created: 2016-07-19T08:58:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T16:53:52.000Z (over 8 years ago)
- Last Synced: 2024-10-20T02:46:15.353Z (3 months ago)
- Language: JavaScript
- Homepage: http://adamlynch.com/beyond-the-browser/
- Size: 2.69 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`