/litemail

This thing is a really, really light email client built with Electron. It's not finished, at all.

Primary LanguageJavaScript

masthead

Work in progress

This thing is a really, really light email client built with Electron.

Compile and run

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.

npm run build

Will build Less, then run webpack

npm run debug

Will build Less, run webpack, then run electron

npm run start

Will run electron with the current build files.

Motivation

I just thought learning Electron would be fun. It is.