From 4282b3da1d28c7e0b2988aa1a708da643a53c809 Mon Sep 17 00:00:00 2001 From: Wataru Date: Sun, 28 Mar 2021 16:47:27 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c9edc94..01c0cf3f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ It is made for trying typesafe-actions and unit test using jest. ## Run mock server +you need to run the mock server before **run application** + ``` yarn start:server ```