Start a new Rails App (v7)
With Tailwind
Create the new app
rails new projectname -d postgresql -c tailwindCD to the new app
cd projectnameCreate the database
rails db:createConnect to database in TablePlus app
Create the GitHub repo
Organize my CSS files how I like
Start Rails Server
Last updated