File tree 1 file changed +2
-1
lines changed
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:
7
7
8
8
1 . Install package dev dependencies
9
9
2 . Create an output directory called "dist"
10
- 3 . Install "concurrently" & "browser-sync" globally
10
+ 3 . Install "concurrently", "browser-sync" & "browserify " globally
11
11
4 . Run our app in the browser
12
12
13
13
You'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
19
19
@hint ('Open up Bash (terminal) in this project directory and run ` npm run setup ` to get setup')
20
20
@hint ('If you're using Windows, you may want to use Git Bash')
21
21
@hint ('If your setup fails, try running ` sudo npm run setup ` ')
22
+ @hint ('Don't forget to ` npm install -g concurrently browser-sync browserify ` )
22
23
@action (writeFromFile('package.json', '01/package.json'))
23
24
24
25
+ To run the app, simply run ` npm start ` . Save to continue.
You can’t perform that action at this time.
0 commit comments