Skip to content

Latest commit

 

History

History
 
 

example

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