Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 617 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 617 Bytes

Asdf

Repo for practicing different tools

List of things done so far

  • Created nx workspace
  • Created react app via nx
  • Created ui lib via nx
  • Added storybook in ui lib via nx
  • Added i18n translations
  • Added locize integration
  • Added github action to verify lint, test & build of affected nx projects
  • Added Api class in sdk lib to provide an interfaace for fetching
  • Added sequential (load more) fetching of data with react-query
  • Added react-router-dom and auth guard
  • Added cypress tests
  • Added e2e target for nx affected to github action for pr check