Skip to content

Instantly share code, notes, and snippets.

@stujo
Created October 19, 2016 18:48
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/e5bb55da4bcd94e2d8e1738dc6500c5f to your computer and use it in GitHub Desktop.
Save stujo/e5bb55da4bcd94e2d8e1738dc6500c5f to your computer and use it in GitHub Desktop.
# Get the generator version number for our git commit message
$ npm -v generator-react-fullstack
# Exclude node_modules from git
$ echo "node_modules" > .gitignore
# Set up git
$ git init
# Add the files
$ git add .
# Make the initial commit
$ git commit -m'ReactStarterKit : npm -v generator-react-fullstack version 3.10.8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment