Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexanderlapygin/cra_msw-data_rtl_faker

CRA starter for mini-blog with testing using FAKER, RTL, MSW and MSWJS/DATA
https://github.com/alexanderlapygin/cra_msw-data_rtl_faker

blog cra crud faker js msw msw-data react react-testing-library rtl softspiders ss starter template test ts typescript

Last synced: 3 days ago
JSON representation

CRA starter for mini-blog with testing using FAKER, RTL, MSW and MSWJS/DATA

Awesome Lists containing this project

README

        





# CRA starter for crud with testing using FAKER, RTL, MSW and MSWJS/DATA

## Feature tags

- create-react-app
- crud
- faker
- javascript
- msw
- msw-data
- react
- react-testing-library
- rest
- starter
- template
- testing
- typescript

---

## Direct ancestors

[***- crud, faker, msw-data***: cra_rtl_msw](https://github.com/AlexanderLapygin/cra_rtl_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 root directory of the repository, run:

```sh
yarn start:msw
```

## Running test (in watch mode)

Being in the root directory of the repository, run:

```sh
yarn test
```

## Authors

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

## Inspiration and original code

[Improve mocking and local development with MswJs and MswJsData](https://medium.com/@alexpagnotta/improve-mocking-and-local-development-with-mswjs-and-mswjsdata-deddcae15585)

The original code was taken from [mswjs-data-blog-post](https://github.com/AlexPagnotta/mswjs-data-blog-post)

### License

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

---

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