Skip to content

Latest commit

 

History

History
93 lines (63 loc) · 1.49 KB

README.md

File metadata and controls

93 lines (63 loc) · 1.49 KB

Client application starter on the Clean Architecture in monorepo


Feature tags

  • 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

Parents

Children


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Inspired by

Eduardo Moroni's react-clean-architecture


Install

Being in counter-react, do:

yarn

Running

At first start server on CodeSandbox. Then, being in counter-react, do:

npm start

Run tests

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

License

Licensed under the MIT license.