Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcblw/motm-browserify

This months RiversideJS Module of the Month was Browserify, here are the files from the demo.
https://github.com/jcblw/motm-browserify

Last synced: 16 days ago
JSON representation

This months RiversideJS Module of the Month was Browserify, here are the files from the demo.

Awesome Lists containing this project

README

        

## Module of the Month

# [Browserify](https://npmjs.org/package/browserify)

```
[sudo] npm install browserify
```

to compile

```
browserify index.js -o ./dist/compiled.js
```