From dd27d144f4d9cb0e90661a673b504da993236d4c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 14 Mar 2021 00:13:35 +1100 Subject: [PATCH] Updated tutorial setup (markdown) --- tutorial-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-setup.md b/tutorial-setup.md index 80a57d2..34fccc6 100644 --- a/tutorial-setup.md +++ b/tutorial-setup.md @@ -158,7 +158,7 @@ new DefinePlugin({ }), ``` -Finally, open a terminal for each project, point it to the project's directory and run `npm run dev`. Once each one reports that they're listening on a specific port, then you can visit the development server at `http://localhost:3001/`. +Finally, open a terminal for each project, point it to the project's directory and run `npm run dev`. Once each one reports that they're listening on a specific port (or when the MERN-template says it's finished compiling), then you can visit the development server at `http://localhost:3001/`. From here, you can log into the default admin account if you chose to create one, create local accounts and post local news, etc.