https://github.com/rupurt/handrail
Start building your rails app quickly
https://github.com/rupurt/handrail
Last synced: about 1 year ago
JSON representation
Start building your rails app quickly
- Host: GitHub
- URL: https://github.com/rupurt/handrail
- Owner: rupurt
- Created: 2012-10-27T02:37:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T04:18:27.000Z (over 13 years ago)
- Last Synced: 2025-06-02T21:08:43.698Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handrail
Handrail is a template rails app along with a bunch of handy gems
to get you on your way to building a well tested app.
## Getting Started
Install the gems with bundler
```
bundle install
```
Run foreman to get the webserver started
```
foreman start
```
Open a browser and start working `http://localhost:5000`