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

https://github.com/yuler/rails-starter


https://github.com/yuler/rails-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rails-starter

> Rails app starter template

```bash
rails new --main rails-starter -a propshaft -c tailwind --database sqlite3
```

## Development

```bash
# start redis server
docker run -d --name redis -p 6379:6379 redis
# dev mode
./bin/dev
```

## Deployment

- [Register GitHub OAuth Application](https://github.com/settings/applications/new)

## Features

- 🔐 Simple authentication w/ `email` & `password`
- 🔄 Automatically reload Hotwire Turbo power by [hotwire-livereload](https://github.com/kirillplatonov/hotwire-livereload)
- 📧 Email SMTP config & Preview mail in the browser on development power by [letter_opener](https://github.com/ryanb/letter_opener)

## TODO

- [ ] [web-push](https://github.com/pushpad/web-push)
-
-