config | ||
public | ||
scripts | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
default.conf | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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)