Skip to content

sjmelia/electron-boilerplate-sqlite

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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