Go to file
JasonWu c6d55c9da3 [feat] Implement sso flow 2021-09-08 17:27:03 +08:00
config [feat] Initial code 2021-09-06 18:00:03 +08:00
public [perf] Remove unuse file 2021-09-06 18:03:48 +08:00
scripts [feat] Initial code 2021-09-06 18:00:03 +08:00
src [feat] Implement sso flow 2021-09-08 17:27:03 +08:00
.eslintignore [feat] Initial code 2021-09-06 18:00:03 +08:00
.eslintrc.js [feat] Initial code 2021-09-06 18:00:03 +08:00
.gitattributes [feat] Initial code 2021-09-06 18:00:03 +08:00
.gitignore [feat] Initial code 2021-09-06 18:00:03 +08:00
CHANGELOG.md [feat] Initial code 2021-09-06 18:00:03 +08:00
Dockerfile [feat] Initial code 2021-09-06 18:00:03 +08:00
README.md [feat] Initial code 2021-09-06 18:00:03 +08:00
default.conf [feat] Initial code 2021-09-06 18:00:03 +08:00
package-lock.json [feat] Initial code 2021-09-06 18:00:03 +08:00
package.json [feat] Initial code 2021-09-06 18:00:03 +08:00
tsconfig.json [feat] Initial code 2021-09-06 18:00:03 +08:00

README.md

keyCloak-Demo-Frontend

keyCloak Demo 用 Server

Coding Style

🔧 Requirements

🚀 Project Quick Start

Dev Server Guide

  1. Clone the project from keycloak-demo-frontend.
  2. Move the root path in project folder.
  3. Run npm i or npm install to install node_modules.
  4. The default server is on localhost:4200, please check you don't have any server on it.
  5. Run npm run start to start dev server.

Steps

git clone https://git.trj.tw/keycloak-org/keycloak-demo-frontend.git
cd keycloak-demo-frontend
npm install && npm audit fix
npm run start

📢 Information