Skip to content

Commit

Permalink
[fix] Clarify that these instructions are for client side
Browse files Browse the repository at this point in the history
  • Loading branch information
jkf91 committed Sep 7, 2015
1 parent a825d31 commit e85926f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_instructions.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Initial setup
# Client Side Initial setup
<!-- install this so you can run gulp in terminal -->
npm install -g gulp-cli
<!-- create package.json -->
npm init
<!-- install all dependencies -->
npm install --save gulp gulp-react gulp-concat browserify reactify vinyl-source-stream watchify gulp-util gulp-server-livereload node-notifier
<!-- install all dependencies in client/-->
npm install --save gulp gulp-react gulp-concat browserify reactify vinyl-source-stream watchify gulp-util gulp-server-livereload node-notifier react-router jquery

# Create gulpfile.js
<!--
Expand Down

0 comments on commit e85926f

Please sign in to comment.