Skip to content

Instantly share code, notes, and snippets.

@lsmoura
Created December 28, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsmoura/31fb90eeed7d5f63a2506c15eb4229af to your computer and use it in GitHub Desktop.
Save lsmoura/31fb90eeed7d5f63a2506c15eb4229af to your computer and use it in GitHub Desktop.
Quick-n-dirty first react app
brew update
brew upgrade
brew install node npm yarn
cd ~
npm install -g create-react-app
create-react-app first-app
cd first-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment