Boilerplate code for starting a simple Sinatra app.
- Replace every occurrence of
Boilerplate
with your appname, ex:Appname
- Replace every occurrence of
boilerplate
with your appname, ex;appname
- Rename any folders named
boilerplate
toappname
- Rename and files named
boilerplate
toappname
- Run
bundle install
- Run
shotgun
- Visit http://localhost:9393/
- That's it! Now get coding...