Getting Started

To start using React version, you need to follow next steps:

  1. Install latest node.js: https://nodejs.org
  2. Unzip downloaded template and open /rootui-react/ folder
  3. Install node modules by running 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.

React version is based on Create React App, this may be helpful for your further development.

Was this page helpful?