Skip to content

Latest commit

 

History

History
 
 

rest-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create React App (REST)

This repository illustrates how to use Mock Service Worker to mock a REST API for development, unit and E2E testing in Create React App project.

Technologies

Getting started

$ git clone https://github.com/mswjs/examples.git
$ cd examples
$ yarn
$ cd rest-react

Running locally

$ yarn start

Tests

Unit tests

$ yarn test:unit

E2E tests

$ yarn test:e2e

Key points

Browser

NodeJS