We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dffc7c commit cbf5403Copy full SHA for cbf5403
getting-started-with-browserify/README.md
@@ -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