https://github.com/makevoid/ruby_app_template
Roda HAML boilerplate with bulma.css
https://github.com/makevoid/ruby_app_template
Last synced: 10 months ago
JSON representation
Roda HAML boilerplate with bulma.css
- Host: GitHub
- URL: https://github.com/makevoid/ruby_app_template
- Owner: makevoid
- Created: 2016-09-11T13:15:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T15:00:54.000Z (over 2 years ago)
- Last Synced: 2025-03-23T18:37:45.808Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 953 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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:
@makevoid