electron-sqlite3 setup

Setup for an Electron app SQLite3 support.

git clone ...
cd electron-with-sqlite-starter
npm install
npm start

Using native modules

If you wish to use native modules, you must run npm run postinstall after first install of the module.

Thanks to...