https://github.com/revathskumar/browserify-hmr-example
Browserify Hot Module Replacement (Example)
https://github.com/revathskumar/browserify-hmr-example
Last synced: about 1 month ago
JSON representation
Browserify Hot Module Replacement (Example)
- Host: GitHub
- URL: https://github.com/revathskumar/browserify-hmr-example
- Owner: revathskumar
- License: mit
- Created: 2016-02-04T20:56:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T21:04:55.000Z (over 10 years ago)
- Last Synced: 2025-01-25T16:11:20.473Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://blog.revathskumar.com/2016/02/browserify-hot-module-replacement.html
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browserify HMR example
## setup
```sh
git clone git@github.com:revathskumar/browserify-hmr-example.git
cd browserify-hmr-example
npm i
```
## Try out with npm script
```
npm run watch
```
## Try out with gulp
```
gulp hmr
```
## License
```
The MIT License (MIT)
Copyright (c) 2016 Revath S Kumar
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```