Skip to content

Commit

Permalink
Added documentation for browserify example
Browse files Browse the repository at this point in the history
  • Loading branch information
andyinabox committed Jan 24, 2016
1 parent 9f69208 commit 05dcf41
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/example-browserify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Browserify Example
===================

This example will include the source files in "js" using browserify, rather than including the fully built file.

I set this up to use a prototyping tool called [budo](https://github.com/mattdesl/budo), but you could also use similar tools like [beefy](https://github.com/chrisdickinson/beefy) and [wzrd](https://github.com/maxogden/wzrd).

To run this example using budo, first make sure you have it install globally:

npm install budo -g

Then, with the "example-browserify" folder as your working directory, run:

budo index.js --live

Finally head to [http://127.0.0.1:9966/](http://127.0.0.1:9966/) in your browser.
File renamed without changes.
File renamed without changes.

0 comments on commit 05dcf41

Please sign in to comment.