Getting Started with UGUI (on Windows)

If you have Node.js installed:
  1. Download UGUI
  2. Unzip the download.
  3. Run npm install
  4. Run npm start
  5. Basic app settings are controlled by package.json
  6. Edit the index.htm to design your app
If you don't have Node.js installed:
  1. Download NW.js
  2. Download UGUI
  3. Unzip both, put the contents of the UGUI folder into the NW.js folder (so package.json is next to nw.exe)
  4. Run nw.exe
  5. Basic app settings are controlled by package.json
  6. Edit the index.htm to design your app