portlet-builder-ui
v0.1.0
Published
Portlet Builder UI will be a new User Experience replacement for ability to create/edit portlets
Downloads
1
Readme
Portlet Builder UI
Portlet Builder UI will be a new User Experience replacement for ability to create/edit portlets
Find more details on the confluence.
Prerequisites
Getting Started
- Make sure that you have installed all prerequisites, see guide.
- Make sure all external apps that are required are up and running:
- data-retrieval
- portlets-api
- Install all npm packages. In the project directory run:
npm i
- To start app as standalone page locally run:
npm start
- Open app:
https://localhost:52809
- To start integrated in webap:
npm run start:webapp
- If you run into NET::ERR_CERT errors see first answer in this thread!!!
Deployment
TBD
Dependencies
| Dependency | Level | Missing functionality if not met | Link | | ---------- | - |-------------------------------- | - | | DataRetrieval | Required | | portlets/pcm-data-retrieval | | PortletsApi | Required | | portlets/pcm-portlets-api |
Third-party
This FE app is not required any additional third-party libraries, all needed packages should be installed via install step (3)