Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanami/hanami-2-application-template

Hanami 2 application starter template
https://github.com/hanami/hanami-2-application-template

Last synced: 3 months ago
JSON representation

Hanami 2 application starter template

Awesome Lists containing this project

README

        

# AppPrototype

This is an Hanami 2 application.

## Local development

To set up the app:

```sh
$ ./bin/setup
```

To run the tests:

```sh
$ bundle exec rake
```

To start the app:

```sh
$ bundle exec puma -C config/puma.rb
```