You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
config | 1 year ago | |
public | 1 year ago | |
scripts | 1 year ago | |
src | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
CHANGELOG.md | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
default.conf | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago |
README.md
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)