Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix localhost location #409

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ See package.json and Gemfile for versions
1. `yarn`
1. `rake db:setup`
1. `foreman start -f Procfile.hot`
1. Open a browser tab to http://localhost:3000 for the Rails app example with HOT RELOADING
1. Open a browser tab to http://localhost:5000 for the Rails app example with HOT RELOADING
2. Try Hot Reloading steps below!
1. `foreman start -f Procfile.static`
1. Open a browser tab to http://localhost:3000 for the Rails app example.
1. Open a browser tab to http://localhost:5000 for the Rails app example.
2. When you make changes, you have to refresh the browser page.

### Basic Command Line
Expand Down