Update README.md
This commit is contained in:
parent
46c47b5d2d
commit
a6ffa9b663
12
README.md
12
README.md
|
|
@ -1,3 +1,15 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Reference in a new issue