Skip to content

Client application starter on the Clean Architecture in monorepo

License

Notifications You must be signed in to change notification settings

softspiders/ca-react-rest-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.