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