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

https://github.com/alexanderlapygin/cra_msw

CRA starter with MSW
https://github.com/alexanderlapygin/cra_msw

cra javascript js mock msw react softspiders ss starter template

Last synced: 3 months ago
JSON representation

CRA starter with MSW

Awesome Lists containing this project

README

          





# CRA starter with Mock Server Worker

## Feature tags

- create-react-app
- javascript
- mock-server-worker
- react
- rest
- starter
- template

---

## Direct ancestors

[***- msw, rest***: cra-typescript-test](https://github.com/softspiders/cra-typescript-test)

## Direct descendants

[***+ rtl***: 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 repository root directory, run:

```sh
yarn start
```

## Authors

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

## Inspired by

[rest-react - example from MSW](https://github.com/mswjs/examples/tree/master/examples/rest-react)

### License

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

---

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