Skip to content

LeanKit-Labs/lux-mail-example

Repository files navigation

Lux.js Example Mail App

This is an example to show how to use lux.js and React to build a simple Mail interface in the browser.

To run:

Clone or download this repository

npm install
gulp
open public/index.html

If you don't have gulp installed globally, just use:

npm install
$(npm bin)/gulp
open public/index.html