Skip to content
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