Skip to content

Commit b18be3c

Browse files
committed
Adding readmes
1 parent 63dc563 commit b18be3c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

0 commit comments

Comments
 (0)