buguja / electron

Basic electron apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic electron apps

$ sudo apt-get install nodejs-legacy
$ apt-get install npm
$ npm init
$ npm install electron --save-dev --verbose
$ npm start

$ npm install mysql
$ npm install sqlite3

$ npm install electron-rebuild
$ ./node_modules/.bin/electron-rebuild -w sqlite3 -p

Clone the Quick Start repository
$ git clone https://github.com/electron/electron-quick-start

Go into the repository
$ cd electron-quick-start

Install the dependencies and run
$ npm install && npm start

About

Basic electron apps


Languages

Language:JavaScript 55.7%Language:HTML 44.3%