Run the App Locally
Page last updated:
Page last updated:
Now start your application locally using the bundle exec
command:
$ bundle exec ruby app.rb -p 3000 Puma 2.0.1 starting... * Min threads: 0, max threads: 16 * Environment: development * Listening on tcp://localhost:3000 == Sinatra/1.4.3 has taken the stage on 3000 for development with backup from Puma
Open http://localhost:3000 with your web browser. You should see your app running locally.
To stop the app from running locally, in the shell terminal, press Ctrl+C
to exit.