Skip to content

Commit 1696014

Browse files
committed
add URLs for dev and prod mode
1 parent 270bb16 commit 1696014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ There have been dependency issues with old versions of Node and NPM. Please try
5656
> node dev.js
5757
```
5858
Make sure to wait for Meteor to say it's listening, for the client `webpack-dev-server` and server `webpack --watch` to print out module/bundle info. The site won't work until all are ready.
59+
Then visit http://localhost:9090 in your browser.
5960

6061
## Debugging/Profiling Server (dev mode)
6162

@@ -74,7 +75,7 @@ This runs the app as if it were in production, but it's still watching your file
7475
> node prod.js
7576
```
7677
Make sure to wait for Meteor to say it's listening, and for the client and server `webpack --watch` processes to print out module/bundle info. The site won't work until all are ready.
77-
78+
Then visit http://localhost:3000 in your browser.
7879

7980
## Karma testing
8081

0 commit comments

Comments
 (0)