This is a sample project to show how to build a desktop app using Electron, Angular 4 and Sqlite3
Show the essential configuration to build a desktop app with Electron, Angular and Sqlite.
Will enable user to create communities/organizations, add people to them and manage their data.
Make sure you have node-gyp
globally installed. If not, run npm i -g node-gyp
git clone git@github.com:leota/electron-angular4-sqlite3.git
cd electron-angular4-sqlite3
npm install
On Linux/Mac:
npm run db
On Windows:
npm run db-win
npm run rebuild
On Linux/Mac:
npm run electron
On Windows:
npm run electron-win