Skip to content

Chore/edit readme #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Quick remark. This framework is most useful when you have a system where apps ca

## App Types

There are 3 kind of embeddable applications: IFrame and Web Component based.
There are 3 kind of embeddable applications: IFrame, Web Component and Global based.

An IFrame application (type `iframe`) is rendered inside the `iframe` and can synchronize it's URL and size with the main application.

Expand Down Expand Up @@ -1076,6 +1076,8 @@ REACT_APP_IFRAME_PORT=4003
REACT_APP_ADMIN_PORT=4005
REACT_APP_REACT_MENU_PORT=4006
REACT_APP_ANGULAR_PORT=4007
REACT_APP_FED_PORT=4008
REACT_APP_REACT_MENU_IFRAME_PORT=4009

REACT_APP_PRODUCTION_HOST=http://localhost
```
Expand Down