- clean-architecture
- client
- counter-app
- jest
- jest-fetch-mock
- monorepo
- react
- react-hooks
- react-testing-library
- rest
- starter
- test-coverage
- typescript
- unit-test
- use-presenter
Alexander Lapygin <alexanderlapygin@gmail.com>
Eduardo Moroni's react-clean-architecture
Being in counter-react, do:
yarnAt first start server on CodeSandbox. Then, being in counter-react, do:
npm startBeing in each package: counter-core, counter-rest, counter-react, do:
yarn testFor coverage testing (also being in each package: counter-core, counter-rest, counter-react) do:
yarn test:coverageLicensed under the MIT license.