- 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 <[email protected]>
Eduardo Moroni's react-clean-architecture
Being in counter-react, do:
yarn
At first start server on CodeSandbox. Then, being in counter-react, do:
npm start
Being in each package: counter-core, counter-rest, counter-react, do:
yarn test
For coverage testing (also being in each package: counter-core, counter-rest, counter-react) do:
yarn test:coverage
Licensed under the MIT license.