Getting Started

To start using HTML version, you can just use files from /rootui-html/build/ folder.

If you want to build your own pages using sources, you need to follow these steps:

  1. Install latest node.js: https://nodejs.org
  2. Unzip downloaded template and open /rootui-html/ folder
  3. Install node modules by running the terminal command npm install
  4. Start development using npm run start
  5. For build production files use npm run build

dev and production tasks will build files to /build/ folder.

Was this page helpful?