Skip to content

Commit

Permalink
Update doc/TUTORIAL.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Caleb Cartwright <calebcartwright@users.noreply.github.com>
  • Loading branch information
JosepBernad and calebcartwright authored May 10, 2019
1 parent 67502c5 commit 8594148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install node and npm: https://nodejs.org/en/download/
`npm start`
6. Visit the website to check the front-end is loaded: [http://localhost:3000/](http://localhost:3000/).

In case you get the _"getaddrinfo ENOTFOUND localhost"_ error, visit [http://127.0.0.1:3000/](http://localhost:3000) instead or take a look at [this issue](https://github.com/angular/angular-cli/issues/2227#issuecomment-358036526).
In case you get the _"getaddrinfo ENOTFOUND localhost"_ error, visit [http://127.0.0.1:3000/](http://127.0.0.1:3000) instead or take a look at [this issue](https://github.com/angular/angular-cli/issues/2227#issuecomment-358036526).

You may also want to install
[ImageMagick](https://www.imagemagick.org/script/download.php).
Expand Down

0 comments on commit 8594148

Please sign in to comment.