Skip to content

this is one of 3 part how you can start with rails app with all configured

Notifications You must be signed in to change notification settings

halleyrv/pelado-rails-starter-app-youtube

 
 

Repository files navigation

How I start every rails app

1. Generate the project

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

About

this is one of 3 part how you can start with rails app with all configured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.7%
  • HTML 19.1%
  • JavaScript 3.5%
  • Other 0.7%