rails server

Serve the Rails app in the current directory using the Puma web server, which comes bundled with Rails. More information: https://guides.rubyonrails.org/command_line.html#bin-rails-server.

rails server

rails server --port {{port_number}}

rails server --binding {{ip_address}}

rails server --environment {{environment}}

rails server --help