From 519d9f1e7752975bd7e2d3ac7992ea23b0c62873 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Mon, 5 Feb 2018 12:46:53 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2584d02b0..cb25fed29 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Yarn keeps track of all the client-side dependancies in `config.json` when you i ### Running a development server run - `yarn start` + `yarn dev` -to start the development server, which you can access on http://127.0.0.1:5000. +to start the development server, which you can access on http://127.0.0.1:8881. It will automatically reload whenever you change any source files in `client/` or `zesje/`. -- GitLab