Skip to content

sjmelia/electron-boilerplate-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Truly minimal Electron app with SQLite support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published