Skip to content

Instantly share code, notes, and snippets.

@rubenarakelyan
Created July 5, 2024 15:03
Show Gist options
  • Save rubenarakelyan/1c68cf9bbb6f158e0d300e1fe0c42094 to your computer and use it in GitHub Desktop.
Save rubenarakelyan/1c68cf9bbb6f158e0d300e1fe0c42094 to your computer and use it in GitHub Desktop.
Create a new Rails app with PostgreSQL, ESBuild and Tailwind CSS
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