0.1.0 • Published 11 months ago

portlet-builder-ui v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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.

Build status

Prerequisites

Getting Started

  1. Make sure that you have installed all prerequisites, see guide.
  2. Make sure all external apps that are required are up and running:
  • data-retrieval
  • portlets-api
  1. Install all npm packages. In the project directory run:
npm i
  1. To start app as standalone page locally run:
npm start
  1. Open app:

https://localhost:52809

  1. To start integrated in webap:
npm run start:webapp
  1. If you run into NET::ERR_CERT errors see first answer in this thread!!!

Deployment

TBD

Dependencies

DependencyLevelMissing functionality if not metLink
DataRetrievalRequiredportlets/pcm-data-retrieval
PortletsApiRequiredportlets/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)