Last active
November 7, 2022 15:28
-
-
Save ryanckulp/aa6723c2eb5fe8b0645c70216ba1b362 to your computer and use it in GitHub Desktop.
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
brew install yarn | |
rails new sample_app | |
cd sample_app | |
rails s | |
# visit http://localhost:3000 in your browser | |
rm -rf sample_app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment