Skip to content

Commit

Permalink
feat: WEB-2001 Integared Glisten client as a micro front-end
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Kedra <[email protected]>
  • Loading branch information
krystiankedra and Krystian Kedra authored Aug 24, 2023
1 parent 9766135 commit ba3311a
Show file tree
Hide file tree
Showing 10 changed files with 521 additions and 45,960 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,22 @@ Insert on page the following comonent

- _admin-access-rights_ (`boolean`) : Allows you to remove feedback from the actions column of the FeedbackList component


### Glisten Client Micro front-end

You can either use the micro front-end application deployed in dedicated place. The proposed solution to use Glisten Client as a micro front-end application is [Single SPA](https://single-spa.js.org) library. Communication via micro front-end application is implemented via event emitter instance.


To build a micro front-end instance, You need to run the command:
```sh
npm run build:glisten-client:microfrontend
```

To run instance locally, You need to run the command:
```sh
npm run serve:microfrontends
```

# Roadmap

- [ ] Split installation of glisten in two npm packages separating feedback and dashboard
Expand Down
Loading

0 comments on commit ba3311a

Please sign in to comment.