From fd7d34bd8289914b3fdd9c861f592b016809ce6d Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Tue, 2 Oct 2018 10:31:39 +0100 Subject: [PATCH] stopping server --- 00 Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/00 Setup.md b/00 Setup.md index a1d33dd..e540b42 100644 --- a/00 Setup.md +++ b/00 Setup.md @@ -85,3 +85,5 @@ You need to set this up as your **run** configuration as shown. The final step is to open a new browser window and enter your chosen URL, you don't need to specify the port, this was done through port-forwarding: ![Setting up a URL and port](exercises/.images/simple_template.png) + +If you make changes to the code or want to quit the IDE you will need to stop the server. To do this, select the terminal window and press ctrl+c.