npm install -g lux-framework
Use the new command to create your first project.
lux new <app-name>
Lux allows you to use the CLI to generate boilerplate for the following types:
model
controller
serializer
middleware
migration
resource
util
lux generate <type> <name> [attrs...]
To run your application use the serve command.
cd <app-name>
lux serve