Skip to content

Instantly share code, notes, and snippets.

@stujo
Created October 19, 2016 18:31
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/76f68a92a8193d6d1463ca183729b9d9 to your computer and use it in GitHub Desktop.
Save stujo/76f68a92a8193d6d1463ca183729b9d9 to your computer and use it in GitHub Desktop.
# Install Yeoman globally
$ npm install -g yo
# Install RSK Yeoman Generator globally
$ npm install -g generator-react-fullstack
# Make a project directory
$ mkdir hello-world-rsk
$ cd hello-world-rsk
# Run the generator
$ yo react-fullstack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment