Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexanderlapygin/cra_auth_search_offline_rtl_cypress_msw_starter

CRA starter for offline application with authentication, search, persistence and testing using RTL, Cypress and MSW
https://github.com/alexanderlapygin/cra_auth_search_offline_rtl_cypress_msw_starter

app auth ci cra cypress db docker e2e javascript js msw offline react rtl search softspiders ss starter template test

Last synced: about 16 hours ago
JSON representation

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

Awesome Lists containing this project

README

        





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](https://github.com/AlexanderLapygin/cra_rtl_cypress_msw)

---

## Requirements

* [Node.js](https://nodejs.org/en/download/package-manager/)

## Installation

Being in the repository root directory, run:

```sh
yarn
```

## Running

Being in the repository root directory, run:

```sh
yarn start
```

## Running test (in watch mode)

Being in the repository root directory, run:

For unit-testing:

```sh
yarn test:unit
```

For e2e-testing:

```sh
yarn test:e2e
```

For unit- and e2e-testing:

```sh
yarn test
```

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

## Inspired by

[bookshelf by Kent Dodds](https://github.com/kentcdodds/bookshelf)

### License

Licensed under the [MIT license](./LICENSE).

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)