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

https://github.com/phawk/youtube-rails-starter


https://github.com/phawk/youtube-rails-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# How I start every rails app

## 1. Generate the project

```sh
rails new my_app --database=postgresql --skip-jbuilder --skip-test --css=tailwind --javascript=esbuild
```