# 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

```sh
npm install -g @eui/cli@latest
```

### Generate an app
```sh
cd <your-root-dev-folder>
mkdir myApp
cd myApp
eui-cli
```

