Updated tutorial setup (markdown)

2021-03-14 00:13:35 +11:00
parent c3255bff87
commit dd27d144f4
+1 -1
@@ -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.