https://github.com/pggalaviz/sinatra-base
My base Sinatra template to bootstrap new projects.
https://github.com/pggalaviz/sinatra-base
ruby sinatra sinatra-skeleton sinatra-template
Last synced: 3 months ago
JSON representation
My base Sinatra template to bootstrap new projects.
- Host: GitHub
- URL: https://github.com/pggalaviz/sinatra-base
- Owner: pggalaviz
- Created: 2019-12-16T03:26:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T00:19:29.000Z (about 2 years ago)
- Last Synced: 2025-01-03T22:13:34.853Z (5 months ago)
- Topics: ruby, sinatra, sinatra-skeleton, sinatra-template
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra Base
My base **Sinatra** template to bootstrap new projects.
To get started, clone repo and run:
```shell
bundle install
bundle exec unicorn -p 4000 -c ./config/unicorn.rb`
```Now go to `http://localhost:4000` and start hacking!