Axel186 / emailjs-and-webpack-example

Here is simple example how to run emailjs libs with Webpack.
7 stars 1 forks source link
email-client emailjs webpack

emailjs-and-webpack-example

Here is an example of using emailjs packages with webpack.

Example works in browser(need to run proxy server) or Electron (native).

About

This is very simple email manager clinet that runs on Browser or Electron. This source is only example of ussing emailjs + webpack - it's not working client.

Functionality:

IMPORTANT if you want to login with GMAIL account, you need to allow less secure apps access. Take a look at this link: https://support.google.com/accounts/answer/6010255?hl=en. Of course in your version you can add Google OAuth.

Example

Installation

Quick start:

npm run build-all

OR

Run npm run install-all to install all needed packages + proxy-server for work throw browser.

Then build the "dist" files with webpack: npm run build

If you're want to use browser: npm run server and go to http://localhost:8889/

If you're want to use Electron: npm run electron