Prerequisites Node.js >= v7 must be installed. Yarn Installation In root directory, Run yarn install to install dependencies for development. yarn install Build In root directory, Run yarn build to build all package. yarn build Run Example Run a example to test ui. cd examples/example-react yarn start