Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workshopper/browserify-adventure
learn browserify with this educational adventure
https://github.com/workshopper/browserify-adventure
Last synced: 8 days ago
JSON representation
learn browserify with this educational adventure
- Host: GitHub
- URL: https://github.com/workshopper/browserify-adventure
- Owner: workshopper
- License: other
- Created: 2014-06-30T01:58:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T21:05:39.000Z (over 8 years ago)
- Last Synced: 2024-05-21T13:45:28.969Z (6 months ago)
- Language: JavaScript
- Size: 424 KB
- Stars: 143
- Watchers: 8
- Forks: 21
- Open Issues: 12
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-workshopper - browserify-adventure
README
# browserify-adventure
Go on an educational browserify adventure!
[![build status](https://secure.travis-ci.org/substack/browserify-adventure.png)](http://travis-ci.org/substack/browserify-adventure)
# install
First install [node](http://nodejs.org) version 0.10 or later.
Once you've installed `node`, you will have an `npm` command.
With [npm](https://npmjs.org) do:
```
npm install -g browserify-adventure browserify
```If you want to play offline, make a new directory then do:
```
npm install uniq brfs through2 domify stream-combiner sprintf \
quote-stream split browserify-shim
```# run
Now just type `browserify-adventure` to play!