eUI platform
Pre-requisites
NodeJS 10.x
Yarn
Quickstart
The entry point of eUI is the @eui/cli package, this will help you scaffold an eUI app of your choice :
Install @eui/cli
npm install -g @eui/cli@latest
Generate an app
cd <your-root-dev-folder>
mkdir myApp
cd myApp
eui-cli