Created
March 14, 2024 23:24
-
-
Save megatux/4b20c52314670fd5b392a77e0b689dba to your computer and use it in GitHub Desktop.
sample-02_bun_tw_phlex_htmx setup
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
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