use default port 4200 for development (#322)

This commit is contained in:
Denys Vuika
2018-04-19 12:10:32 +03:00
committed by Cilibiu Bogdan
parent c4b03e2bb4
commit d586073705
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ and then check out one of our issues in the [Jira][jira] or [GitHub][github]
## Development server
Run `npm start` for a dev server. Navigate to `http://localhost:3000/` (opens by default).
Run `npm start` for a dev server. Navigate to `http://localhost:4200/` (opens by default).
The app will automatically reload if you change any of the source files.
## Build