This commit is contained in:
Leandro Facchinetti 2020-08-04 23:00:29 +01:00
parent c51272f340
commit e2a5ad35db
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Install [Node.js](https://nodejs.org/) and run:
```console ```console
$ npm install $ npm install
$ npm start $ npm run develop
``` ```
The web server will be running at `http://localhost:8000` and the email server at `smtp://localhost:2525`. The web server will be running at `http://localhost:8000` and the email server at `smtp://localhost:2525`.