https://github.com/tcorral/hydra-and-browserify
Using Hydra.js with Browserify example
https://github.com/tcorral/hydra-and-browserify
Last synced: 2 days ago
JSON representation
Using Hydra.js with Browserify example
- Host: GitHub
- URL: https://github.com/tcorral/hydra-and-browserify
- Owner: tcorral
- Created: 2013-12-21T08:58:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-21T08:58:29.000Z (over 12 years ago)
- Last Synced: 2025-03-22T18:02:52.082Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Hydra.js and Browserify
##Install the dependencies:
npm install
##Create the bundled file:
npm start
Open index.html file and open the console to see the results.