Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.64 KB

File metadata and controls

31 lines (24 loc) · 1.64 KB

Friendly

"I am here". This is the original subtitle.

React and Node monorepo. Lerna. Storybook. Jest for testing with "update here once CI/(GH Actions) is configured" coverage.

friendly app overview

TODO

  • Start writing component features with tests first (red/green)
    • Do we have istambul test coverage already included and configured in Jest (CRA version)
    • Add husky/similar to check TS support and prettier/eslint stuff on commits
      • Should not take long. Run only affected files. If takes too long, consider moving to pre-push instead.
      • Should run tests before pushing the branch

Storybook components

  • Button
  • Link
  • Text input

Early notes regarding features

The app has a whole bunch of features, but in other to save some time the main API are:

Finally a more advanced feature would be to enable communication with nearby users:

Future topics

  • Enable Storybook components to be sourced to a main micro-app