Contains React component loaded at startup which calls the running Zowe Components Catalog to get a list of Zowe Components and displays them in a list.
-
Clone the repo
-
run
npm install
inside the repo folder to install all dependencies -
run
npm run start
to run the live reload server (will automatically open new browser tab on https://localhost:3000/ where the app runs)
To build the UI run npm run build
.
This will generate build
folder.
You can install a tool called serve (npm install -g serve
) and then run serve -s build
to start a static server.