@talend/cmf-designer
v0.0.11
Published
This is a designer to create react-cmf app. It has to be installed on the dev session (FS access required)
Downloads
7
Readme
CMF designer
This is a designer to create react-cmf app. It has to be installed on the dev session (FS access required)
How to install
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.
Steps
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
Create app
More info at https://jira.talendforge.org/browse/TUI-209