From 59247a9b8196b1b94eb61e4dfa03345e10e6a1d2 Mon Sep 17 00:00:00 2001 From: Jing Ma Date: Tue, 26 Jun 2018 11:59:59 +0800 Subject: [PATCH] added testing url in QuickStart --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92b9d0d30..df1c632df 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ We're on our way towards V3, which will bring a few updates to MERN! We are trac npm start ``` +Then you can check it in your browser: http://localhost:8000/ . + **Note : Please make sure your MongoDB is running.** For MongoDB installation guide see [this](https://docs.mongodb.org/v3.0/installation/). Also `npm6` is required to install dependencies properly. ## Available Commands