Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 25, 2017 15:21
Show Gist options
  • Save gc-codesnippets/dc6297c120878afffc0fc1da351257db to your computer and use it in GitHub Desktop.
Save gc-codesnippets/dc6297c120878afffc0fc1da351257db to your computer and use it in GitHub Desktop.
# If necessary, install `create-react-app`
npm install -g create-react-app
# Create React app called `instagram` (and navigate into it)
create-react-app instagram
cd instagram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment