Not able to access devserver #11266
-
My server has started on localhost:3000 but I am getting cannot get / error. I am not able to find what is the error as everything seems OK to me. Please help on this, attaching the SS for the same |
Beta Was this translation helpful? Give feedback.
Answered by
bjester
Sep 18, 2023
Replies: 1 comment 1 reply
-
Hi @haldaranup, The webpack dev server runs on port 3000 to serve JS and CSS resources to the browser as you make changes to their source files while developing. The Kolibri app itself runs on port 8000 by default when you use the yarn scripts to run the development server. Did you try to access http://localhost:8000 ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bjester
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @haldaranup,
The webpack dev server runs on port 3000 to serve JS and CSS resources to the browser as you make changes to their source files while developing. The Kolibri app itself runs on port 8000 by default when you use the yarn scripts to run the development server. Did you try to access http://localhost:8000 ?