Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit fef01a6

Browse files
authored
📚 doc visiting the Heroku dashboard
1 parent 722a862 commit fef01a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,18 @@ git commit -m "react-create-app on Heroku"
4444
git push heroku master
4545
```
4646

47-
### Visit the live React app in your browser
47+
### Visit the app's public URL in your browser
4848

4949
```bash
5050
heroku open
5151
```
5252

53+
### Visit the Heroku Dashboard for the app
54+
55+
```bash
56+
heroku browse
57+
```
58+
5359
### Continue Development
5460

5561
Work with your app locally using `npm start`. See: [create-react-app docs](https://github.com/facebookincubator/create-react-app#getting-started)

0 commit comments

Comments
 (0)