keyCloak-Demo-Frontend
keyCloak Demo 用 Server
🔧 Requirements
- Node.js 10.13+ with npm
- A fancy editor like Vs Code, Sublime text.
🚀 Project Quick Start
Dev Server Guide
- Clone the project from keycloak-demo-frontend.
- Move the root path in project folder.
- Run
npm i
ornpm install
to install node_modules. - The default server is on
localhost:4200
, please check you don't have any server on it. - 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
- Front End Framework : React
- CSS Library : Material UI React
- Coding Style : Airbnb (Use Eslint to manager)
Description
Languages
TypeScript
56.6%
JavaScript
36.9%
CSS
5.6%
HTML
0.5%
Dockerfile
0.4%