gmail-app
v0.0.1
Published
A native gmail client.
Downloads
2
Readme
Gmail
An Unofficial Gmail native web client built with Electron JS.
Install
Check the current list of releases for prebuilt binaries.
Running from source
- Clone the repo:
git clone https://github.com/paulot/gmail.git
- Install dependencies:
npm install
- Run:
npm start
Development
Built with Electron JS.
Commands
- Init:
$ npm install
- Run:
$ npm start