Concept Flow - First Rails application
Run 'rails new app_name'
Rails creates folder structure
Navigate to app folder
Run 'rails server'
Server starts and listens
Open browser at localhost:3000
Rails serves default welcome page
This flow shows how to create a new Rails app, start the server, and see the default page in the browser.