Argo Admin UI
Web-UI proof-of-concept (based on React) for managing users in Argo services.
Project bootstrapped using create-react-app tool (more info)
Make sure you have the following versions of nodejs and npm installed in your local environment
Requirements:
- nodejs: v8.12.0
- npm: 6.4.1
Steps:
git clone github.com/ARGOeu/argo-admin-uicd argo-admin-uinpm install-- this will get the required dependencies (along withcreate-react-app) and store them in./node_modules/folder
Steps:
npm start- direct your browser to
locahost:3000
Steps:
npm run test-- this will start the interactive tester- press
ato run all tests - press
qto quit testing
Steps:
npm run build-- this will produce the deployable package in./buildfolder