Skip to content

Latest commit

 

History

History

admin-ui

Gluu Admin UI

This project has been built on Airframe React.

Installation

Prerequisites

Node, NPM (latest, stable version)

Development

To run the project locally execute following commands.

git clone https://github.com/GluuFederation/gluu-admin-ui
cd gluu-admin-ui
rm -rf jans_config_api
npm install @openapitools/openapi-generator-cli -g
npm run api
npm install
npm run start

Once the project is compiled and started, UI can be accessed at URL: http://localhost:4100

Note: Please check this link for NPM access token to be added to NPM_TOKEN field in .env file.