diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-14 21:37:49 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-14 21:37:49 +0200 |
commit | ed5f91633d96436408c763bb96d2cc463cb7dc00 (patch) | |
tree | df4e0b67d3ccc50a4066afa433298022aa22a07c /README.md | |
parent | c3d19a49070aedb0e9accedf46465196b677406e (diff) | |
download | PeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.tar.gz PeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.tar.zst PeerTube-ed5f91633d96436408c763bb96d2cc463cb7dc00.zip |
Update readme/doc with new client port for dev
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 | ||