Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 296 Bytes

Example application for nest-keycloak-connect

A realm configuration is provided to get you up and running in Keycloak immediately.

Installation

$ cd ../
$ npm run build
$ cd example
$ npm install

Running the app

# development
$ npm run start