Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 243 Bytes

Readme.md

File metadata and controls

22 lines (9 loc) · 243 Bytes

App

simple Roda + Haml boilerplate app to quick-start your roda, view based apps

includes Bulma CSS ( http://bulma.io )

Install

bundle

Run

bundle exec rackup -p 3000

then visit: http://localhost:3000

@makevoid