keycloak-demo-frontend/README.md

1.2 KiB

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