electron-angular4-sqlite3
electron-angular4-sqlite3 copied to clipboard
Sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
Electron Angular4 Sqlite3
This is a sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
Info about branches
master
Show the essential configuration to build a desktop app with Electron, Angular and Sqlite.
community (WIP)
Will enable user to create communities/organizations, add people to them and manage their data.
Prerequisites
Make sure you have node-gyp globally installed. If not, run npm i -g node-gyp
Setup
git clone [email protected]:leota/electron-angular4-sqlite3.git
cd electron-angular4-sqlite3
npm install
Copy database file
On Linux/Mac:
npm run db
On Windows:
npm run db-win
Build
npm run rebuild
Run
On Linux/Mac:
npm run electron
On Windows:
npm run electron-win