15 lines
295 B
Markdown
15 lines
295 B
Markdown
# Roda step 1 - Single File app (sort of)
|
|
|
|
Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb.
|
|
|
|
Run tests with:
|
|
|
|
```bash
|
|
bundle exec rake test
|
|
```
|
|
|
|
Run the app with:
|
|
|
|
```bash
|
|
bundle exec puma
|
|
``` |