Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexkalderimis/imjs-browserify-example
- Owner: alexkalderimis
- Created: 2013-12-09T12:21:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T12:24:01.000Z (about 11 years ago)
- Last Synced: 2024-04-09T22:22:36.170Z (10 months ago)
- Language: CoffeeScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```