README.md 335 B
VPU Auth Web Component
Local development
npm install
# constantly builds dist/bundle.js
npm run watch-local
# run local webserver
cd dist; php -S localhost:8002
Jump to http://localhost:8002 and you should get a Single Sign On login page.