Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phawk/youtube-rails-starter
- Owner: phawk
- Created: 2022-11-11T19:27:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T20:08:22.000Z (about 2 years ago)
- Last Synced: 2024-10-25T01:39:08.775Z (3 months ago)
- Language: Ruby
- Size: 70.3 KB
- Stars: 38
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```