This repository is a demo application for LuxUI.
Pretty standard stuff:
git clone
npm install
npm run server
npm start
There are two main areas of change to illustrate LuxUI: server/api.js
and
src/index.js
; there are corresponding, and progressive, example code in the
demo
directory.
The example files in demo
follow the numbering in
demo/demo.md
under "Outline".