File tree 2 files changed +20
-0
lines changed
creating-desktop-apps-with-electron
packaging-distributing-electron-apps
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Creating Desktop Apps with Electron
2
+
3
+ > [ https://www.youtube.com/watch?v=ojX5yz35v4M ] ( https://www.youtube.com/watch?v=ojX5yz35v4M )
4
+
5
+ Install [ io.js] ( https://iojs.org/en/index.html ) .
6
+
7
+ Within this folder run the terminal command ` npm install ` to install the
8
+ ` dependencies ` and ` devDependencies ` .
9
+
10
+ Then run ` npm start ` to run the app.
Original file line number Diff line number Diff line change
1
+ # Packaging and Distributing Electron Apps
2
+
3
+ > [ http://youtu.be/dz5SnmBzBXc ] ( http://youtu.be/dz5SnmBzBXc )
4
+
5
+ Install [ io.js] ( https://iojs.org/en/index.html ) .
6
+
7
+ Within this folder run the terminal command ` npm install ` to install the
8
+ ` dependencies ` and ` devDependencies ` .
9
+
10
+ Then run ` npm start ` to run the app and ` npm run builw ` to build the distributable.
You can’t perform that action at this time.
0 commit comments