Created
July 5, 2024 15:03
-
-
Save rubenarakelyan/1c68cf9bbb6f158e0d300e1fe0c42094 to your computer and use it in GitHub Desktop.
Create a new Rails app with PostgreSQL, ESBuild and Tailwind CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install pg -- --with-pg-include=/opt/homebrew/opt/libpq/include --with-pg-lib=/opt/homebrew/opt/libpq/lib | |
bundle exec rails new . -n app_name -d postgresql -j esbuild -c tailwind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment