Skip to content

Commit

Permalink
Stitch 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Dec 27, 2010
1 parent 58d11d9 commit 714a465
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ width=432 height=329>
Develop and test your JavaScript applications as CommonJS modules in
Node.js. Then __Stitch__ them together to run in the browser.

npm install stitch

Bundle code in lib/ and vendor/ and serve it with [Express](http://expressjs.com/):

var stitch = require('stitch');
var express = require('express');

Expand Down

0 comments on commit 714a465

Please sign in to comment.