A lil repo for you to clone and use for screwing around with Phlex that features code loading, code reloading, and browser refresh on change.
I like Phlex. I think it's fun. I wanted to play with it with all of the conveniences of home.
bundle exec guard
will kick off your server and livereload- Modify your routes in
app.ru
, Sinatra-style - Anything you create in
lib
will be automatically required - Default server opens at http://localhost:9292
- Go nuts