https://github.com/yuler/rails-starter
https://github.com/yuler/rails-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuler/rails-starter
- Owner: yuler
- Created: 2024-02-06T06:12:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T03:17:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T12:13:19.566Z (about 1 year ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)
-
-