Skip to content

Instantly share code, notes, and snippets.

@stujo
Last active October 19, 2016 23:15
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 stujo/bea613c6b2082d1ad87ace3704414b03 to your computer and use it in GitHub Desktop.
Save stujo/bea613c6b2082d1ad87ace3704414b03 to your computer and use it in GitHub Desktop.
Cloning the ReactStarterKit via git
# Given the app name that you want as MyApp...
$ git clone -o react-starter-kit -b master --single-branch https://github.com/kriasoft/react-starter-kit.git MyApp
$ cd MyApp
$ git remote -v
react-starter-kit https://github.com/kriasoft/react-starter-kit.git (fetch)
react-starter-kit https://github.com/kriasoft/react-starter-kit.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment