Skip to content

Commit cbf5403

Browse files
committed
add readme
1 parent 9dffc7c commit cbf5403

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: getting-started-with-browserify/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Getting Started with Browserify
2+
3+
> [http://youtu.be/CTAa8IcQh1U](http://youtu.be/CTAa8IcQh1U)
4+
5+
Install [io.js](https://iojs.org/en/index.html).
6+
7+
Within this folder run the terminal command `npm install` to install the
8+
`dependencies` and `devDependencies`.
9+
10+
Then run `npm run build` to build or `npm run watch` to build as you edit files.

0 commit comments

Comments
 (0)