Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexanderlapygin/cra_msw-data_rtl_faker
- Owner: AlexanderLapygin
- License: mit
- Created: 2022-01-21T06:31:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T07:25:43.000Z (about 3 years ago)
- Last Synced: 2024-11-19T22:49:09.183Z (2 months ago)
- Topics: blog, cra, crud, faker, js, msw, msw-data, react, react-testing-library, rtl, softspiders, ss, starter, template, test, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)