From ed5f91633d96436408c763bb96d2cc463cb7dc00 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Jun 2017 21:37:49 +0200 Subject: Update readme/doc with new client port for dev --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 391a9ec67..ff62f2123 100644 --- a/README.md +++ b/README.md @@ -189,10 +189,15 @@ To develop on the server side (server files are automatically compiled when we m $ npm run dev:server +The server (with the client) will listen on `localhost:9000`. + + To develop on the client side (client files are automatically compiled when we modify them): $ npm run dev:client +The API will listen on `localhost:9000` and the frontend on `localhost:3000` (with hot module replacement, you don't need to refresh the web browser). + **Username**: *root*
**Password**: *test* -- cgit v1.2.3