Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupurt/handrail

Start building your rails app quickly
https://github.com/rupurt/handrail

Last synced: 21 days ago
JSON representation

Start building your rails app quickly

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`