Update README.md

This commit is contained in:
Matthias Kretschmann 2021-02-03 11:18:49 +01:00 committed by GitHub
parent bc3fc2a429
commit e4b5f3b552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ And run the server in dev mode:
npm start
```
Then either open up `https://localhost:3000` in a browser or do in another Terminal:
```
curl https://localhost:3000
```
## Test
Run the tests: