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
Releases can only be built on the target platform.
npm run release
If you wish to use native modules, you must run npm run postinstall
after first install of the module.
- Primary inspiration: https://github.com/szwacz/electron-boilerplate
- SQLite JS: https://github.com/bytheway/electron-sqlite3/