Skip to content

Instantly share code, notes, and snippets.

@megatux
Created March 14, 2024 23:24
Show Gist options
  • Save megatux/4b20c52314670fd5b392a77e0b689dba to your computer and use it in GitHub Desktop.
Save megatux/4b20c52314670fd5b392a77e0b689dba to your computer and use it in GitHub Desktop.
sample-02_bun_tw_phlex_htmx setup
rails new sample-02_bun_tw_phlex_htmx -j bun -c tailwind -d sqlite3 --skip-hotwire --skip-jbuilder --skip-bootsnap
bin-/bundle add rails-htmx
bin/bundle add phlex-rails
bin/rails generate phlex:install
bin/bundle add tailwindcss-rails
bin/rails tailwindcss:install
bin/rails g phlex:controller Articles index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment