From cfb6211e56d7ec96474417776095958d22d772b0 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Wed, 13 May 2020 11:04:52 +0200 Subject: [PATCH] updated port in COMPILE-UI.md --- COMPILE-UI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE-UI.md b/COMPILE-UI.md index 83d6154..55ddabf 100644 --- a/COMPILE-UI.md +++ b/COMPILE-UI.md @@ -38,7 +38,7 @@ you will have 2 tasks running at the same time: - the Python server - the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle -**You can now go to http://127.0.0.1:33333 and see the app running.** +**You can now go to http://127.0.0.1:9666 and see the app running.** You can edit `.css` and `.js` files and simply refresh the page to see your new and surely awesome code directly in the app 😉 @@ -62,4 +62,4 @@ If you notice that another team member installed one or more new packages, just $ npm i ``` -and you will be ok \ No newline at end of file +and you will be ok