This thing is a really, really light email client built with Electron.
This project uses PReact for presentation, Less for preprocessing CSS, and Webpack to generate the ES5 JS bundle.
There are scripts in package.json
to compile the Less files into CSS, webpack and run electron.
Will build Less, then run webpack
Will build Less, run webpack, then run electron
Will run electron with the current build files.
I just thought learning Electron would be fun. It is.