vaadin / sso-kit

Other
11 stars 2 forks source link

Create separate SSO Kit Clients for Lit and React #105

Closed tamasmak closed 1 year ago

tamasmak commented 1 year ago

Description

The core package, which is private, contains the common parts which are used both in sso-kit-client-lit and sso-kit-client-react packages. With this separation we can create a separate and specific clients for a Hilla Lit and Hilla React applications. We can build these packages together from the root sso-kit-client or we can create them separately from their directory one-by-one. The instructions and scripts needed for these operations are located in the README.md and package.json files in the corresponding directories.