Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 2 months 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
```