Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 685 Bytes

electron-boilerplate-sqlite

Truly tiny boilerplate for an Electron app that includes SQLite support. See the blog post for more.

git clone https://github.com/sjmelia/electron-boilerplate-sqlite.git
cd electron-boilerplate-sqlite
npm install
npm start

Building a release package

Releases can only be built on the target platform.

npm run release

Using native modules

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

Thanks to...