LUX - ruby web framework¶ ↑
-
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.