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 {{[-p|--port]}} {{port_number}}
rails server {{[-b|--binding]}} {{ip_address}}
rails server {{[-e|--environment]}} {{environment}}
rails server {{[-h|--help]}}