Skip to content

rbiggers/electron-gmail

Repository files navigation

electron-gmail

A Desktop app for Gmail

license

Download

Download latest release

Screenshot

Development

To clone and run this repository you'll need Git and Node.js. The easiest way to get Node.js on your computer is to use NVM.

I used nodemon for this development. It is a pretty cool little tool that will help speed up your development process.

From your command line:

# Clone this repository
git clone https://github.com/rbiggers/electron-gmail.git
# Go into the repository
cd electron-gmail
# Install dependencies
npm install
# Run the app
npm run start
# Run the app in debug mode
npm run dev
# Run the app with nodemon
npm run watch
# Run the app with nodemon in debug mode
npm run watch:dev
# Build the app
npm run dist

License MIT

icon

About

A Desktop App for Gmail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published