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