Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexkalderimis/imjs-browserify-example

An example of a project consuming imjs using browserify.
https://github.com/alexkalderimis/imjs-browserify-example

Last synced: 11 days ago
JSON representation

An example of a project consuming imjs using browserify.

Awesome Lists containing this project

README

        

imjs-browserify-example
=======================

An example of a project consuming imjs using browserify.

Building:
---------

Tnis project needs to be built before it can be viewed in the browser (which simply
runs a test suite). The build requires `make` and `npm`:

```sh
make
```