Sha256: a4d79e517fd5a9af37197096bc87948c877504f0500b5faeb875a812ccb31785

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 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.




Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lux-fw-0.5.37 ./lib/README.md