Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 172 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 172 Bytes

How I start every rails app

1. Generate the project

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