Skip to content

Instantly share code, notes, and snippets.

@ryanckulp
Last active November 7, 2022 15:28
Show Gist options
  • Save ryanckulp/aa6723c2eb5fe8b0645c70216ba1b362 to your computer and use it in GitHub Desktop.
Save ryanckulp/aa6723c2eb5fe8b0645c70216ba1b362 to your computer and use it in GitHub Desktop.
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