From 741121127bd09df79083eaaf6acfdf4a08cf1e82 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Mon, 23 May 2022 18:47:34 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbb7c1..472c44d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ npm install 1. In `backend`, run the backend server on http://localhost:3000 ``` -node sub-store.js +npm run serve ``` 2. In`web`, start the vue-cli server