softspiders / ca-react-rest-lerna

Client application starter on the Clean Architecture in Yarn Workspaces & Lerna monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client application starter on the Clean Architecture in Yarn Workspace & Lerna monorepo


Feature tags

  • clean-architecture
  • client
  • counter-app
  • jest
  • jest-fetch-mock
  • lerna
  • react
  • react-hooks
  • react-testing-library
  • rest
  • starter
  • test-coverage
  • typescript
  • unit-test
  • use-presenter
  • yarn-workspaces

Parents

Children


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Install

npm run bootstrap

Running

At first start server on CodeSandbox. Then do:

npm start

After that, the application starts on one of the browser tabs.

Run tests

npm test

For coverage testing:

npm test:coverage

License

Licensed under the MIT license.

About

Client application starter on the Clean Architecture in Yarn Workspaces & Lerna monorepo

License:MIT License


Languages

Language:TypeScript 92.5%Language:HTML 5.4%Language:JavaScript 2.1%