This is a designer to create react-cmf app. It has to be installed on the dev session (FS access required)
npm install @talend/cmf-designerThis is a designer to create react-cmf app.
It has to be installed on the dev session (FS access required)
You should install it globally
```
npm i -g @talend/cmf-designer
Then you can start it
```
PORT=3030 cmf-designer
It will start an express backend server and it will open your browser.
So the designer cover the following steps:
* start it from a folder
* create app (name it then you will be able to start it)
* add / view / delete a component
* view existing props
More info at https://jira.talendforge.org/browse/TUI-209