Sha256: 6973626befd270965750f646b62e7979464d9a3a3ffc32c3417e9d253d7cb22e

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

# LUX - ruby web framework

![Lux logo](https://i.imgur.com/Zy7DLXU.png)

* rack based
* explicit, avoid magic when possible

created by @dux in 2017

## How to start

First, make sure you have `ruby 2.x+`, `npm 6.x+` and `yarn 1.x+` installed.

Install Lux framework.

`gem install lux-fw`

Create new template for lux app

`lux new my-app`

Start the app

`lux s`

Look at the generated code and play with it.

## Lux components


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lux-fw-0.5.36 ./lib/README.md
lux-fw-0.5.35 ./lib/README.md
lux-fw-0.5.34 ./lib/README.md
lux-fw-0.5.33 ./lib/README.md