GitXplorerGitXplorer
j

angular2-electron-quick-start

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2d5bf6fa794893ff1631127c666252b28e5485af

first commit

jjiyeonseo committed 9 years ago
Unverified
9a7571a64c90ebfe87659bae5f198af3a0bb663a

Merge pull request #2 from johnmuhl/johnmuhl-patch-1

kkevinsawicki committed 9 years ago
Unverified
bc0055c83973380d7af3d3c4797c0552d966151b

Merge pull request #4 from Shriken/patch-1

iizuzak committed 9 years ago
Unverified
c5f2665f516ef3137c311ff130ebb31a50217fd5

Merge pull request #3 from IonicaBizauKitchen/master

iizuzak committed 9 years ago
Unverified
624757867aba58e69d54e0d10f1d9acc4ce9e7e3

Fix typo in README.md

zzanesterling committed 9 years ago
Unverified
2650307e36cd92f660f9d9b3ea74bca6204c08a5

Fix typo in description ("an" :arrow_right: "a")

IIonicaBizau committed 9 years ago

README

The README file for this repository.

electron-quick-start

Clone and run for a quick way to see an Electron in action.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

A basic Electron application needs just these files:

  • index.html - A web page to render.
  • main.js - Starts the app and creates a browser window to render HTML.
  • package.json - Points to the app's main file and lists its details and dependencies.

You can learn more about each of these components within the Quick Start Guide.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/atom/electron-quick-start
# Go into the repository
$ cd electron-quick-start
# Install dependencies and run the app
$ npm install && npm start

Learn more about Electron and its API in the documentation.

License MIT

angular2-electron-quick-start