Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 540 Bytes

Electron Template Interface

By Aarón CdC

** Getting started ** (on any system that supports Git and node JS):

  1. Clone the repository:

$ git clone https://github.com/aaroncdc/nodejs-electron-template.git

  1. Move into the project directory and install it:
$ npm install ```

3. To run it, execute it with:

``` $ npm start ```

** Modifying your project **

The main node file is located in the ** main.js ** file. The HTML files for the interface are located in the ** web ** directory.