Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 1.4 KB

File metadata and controls

95 lines (63 loc) · 1.4 KB

UNDER DEVELOPMENT

CRA starter for offline application with authentication, search, persistence and testing using RTL, Cypress and MSW

Feature tags

  • auth
  • ci
  • create-react-app
  • cypress
  • db
  • docker-compose
  • e2e
  • javascript
  • mock-server-worker
  • offline
  • react
  • react-testing-library
  • rest
  • search
  • starter
  • template
  • testing

Direct ancestors

- auth, ci, db, docker-compose, offline, search: cra_rtl_cypress_msw


Requirements

Installation

Being in the repository root directory, run:

yarn

Running

Being in the repository root directory, run:

yarn start

Running test (in watch mode)

Being in the repository root directory, run:

For unit-testing:

yarn test:unit

For e2e-testing:

yarn test:e2e

For unit- and e2e-testing:

yarn test

Authors

Alexander Lapygin

Inspired by

bookshelf by Kent Dodds

License

Licensed under the MIT license.


SOFTSPIDERS