Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tombh/hello-sinatra

Simplest Sinatra application
https://github.com/tombh/hello-sinatra

Last synced: 11 days ago
JSON representation

Simplest Sinatra application

Awesome Lists containing this project

README

        

#Sinatra Hello World

**Running locally**
```
git clone https://github.com/tombh/hello-sinatra.git
bundle install
rackup
```