File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Running `> npm run setup` will do the following:
77
881 . Install package dev dependencies
992 . Create an output directory called "dist"
10- 3 . Install "concurrently" & "browser-sync" globally
10+ 3 . Install "concurrently", "browser-sync" & "browserify " globally
11114 . Run our app in the browser
1212
1313You'll find this "setup" script located in your * package.json* .
@@ -19,6 +19,7 @@ We'll be installing several NPM packages from terminal. You may consider install
1919@hint ('Open up Bash (terminal) in this project directory and run ` npm run setup ` to get setup')
2020@hint ('If you're using Windows, you may want to use Git Bash')
2121@hint ('If your setup fails, try running ` sudo npm run setup ` ')
22+ @hint ('Don't forget to ` npm install -g concurrently browser-sync browserify ` )
2223@action (writeFromFile('package.json', '01/package.json'))
2324
2425+ To run the app, simply run ` npm start ` . Save to continue.
You can’t perform that action at this time.
0 commit comments