Running Your Application Locally
Goals
Steps
Step 1
Terminalrails serverStep 2
Point your web browser to http://localhost:3000For Cloud9: Click on Preview > Preview Running application
See your web app actually running! It should look like this:
![]()
Step 3
Expected result:^CExiting
Explanation
Next Step:
Go on to Creating A Migration
Back to Creating A Rails Application