This project has been built on Airframe React.
Node, NPM (latest, stable version)
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.