Last active
June 28, 2022 18:30
-
-
Save alissonviegas/716f4805d1624de4cd6830cabf90b652 to your computer and use it in GitHub Desktop.
Create Rails 7 app
This file contains hidden or 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 <project-name> -j esbuild --css bootstrap -d postgresql | |
yarn build && yarn build:css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment