UNPKG

273 BMarkdownView Raw
1### Installation
2
3```bash
4npm install -g lux-framework
5```
6
7### Creating Your First Project
8
9Use the new command to create your first project.
10
11```bash
12lux new <app-name>
13```
14
15### Running
16
17To run your application use the serve command.
18
19```bash
20cd <app-name>
21lux serve
22```