Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tombh/hello-sinatra
- Owner: tombh
- Created: 2014-07-29T10:12:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-02T10:44:51.000Z (over 10 years ago)
- Last Synced: 2024-04-14T13:55:35.148Z (7 months ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Sinatra Hello World
**Running locally**
```
git clone https://github.com/tombh/hello-sinatra.git
bundle install
rackup
```