aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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
189 189
190 $ npm run dev:server 190 $ npm run dev:server
191 191
192The server (with the client) will listen on `localhost:9000`.
193
194
192To develop on the client side (client files are automatically compiled when we modify them): 195To develop on the client side (client files are automatically compiled when we modify them):
193 196
194 $ npm run dev:client 197 $ npm run dev:client
195 198
199The 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).
200
196**Username**: *root* <br/> 201**Username**: *root* <br/>
197**Password**: *test* 202**Password**: *test*
198 203