Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlatsas/sinatra-template
https://github.com/tlatsas/sinatra-template
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tlatsas/sinatra-template
- Owner: tlatsas
- Created: 2019-06-04T14:03:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T05:36:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T20:16:58.350Z (about 1 month ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sinatra template
This is used to bootstrap simple sinatra apps and tt uses the Sinatra modular application style.
## Running SampleApp
### Start server
```
rackup
```or
```
nohup bundle exec puma -C config/puma.rb
```