Just gmail.com inside of an electron browser window. Since gmail is in a separate app, it can't track and ad target you as easily, and it's convenient to have separate from all your tabs.
# Install dependencies
npm install
# Run the app
npm start# Install dependencies
npm install
# Run the app
npm run buildnpm run release -- $VERSION
# e.g. npm run release -- 1.0.2- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs
