browserify-hmr
Hot Module Replacement plugin for Browserify
File Explorer
Download Latest Version (.zip)- config.yml
- run
- .babelrc
- .jshintrc
- index.html
- index.js
- interval.js
- Label.jsx
- package.json
- yarn.lock
- index.js
- has.js
- str-set.js
- basic-dep1.js
- basic-dep2.js
- basic-index.js
- deep-dep-a.js
- deep-dep-b1.js
- deep-dep-b2.js
- deep-index.js
- new-dep-a1.js
- new-dep-a2.js
- new-dep-b.js
- new-index.js
- remove-dep-a1.js
- remove-dep-a2.js
- remove-dep-b.js
- remove-index.js
- self-dep1.js
- self-dep2.js
- self-index.js
- setUpdateMode-index.js
- copy.js
- delay.js
- rmrf.js
- run.js
- tmp-dir.js
- .jshintrc
- integration.js
- mocha.opts
- .babelrc
- .editorconfig
- .gitignore
- .jshintrc
- .npmignore
- CHANGELOG.md
- hmr-manager-template.js
- index.js
- LICENSE.txt
- notes.txt
- package.json
- README.md
- socket-server.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Macil/browserify-hmr
Downloads the entire project code from GitHub to your computer.
cd browserify-hmr
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn
Downloads and installs the libraries listed in package.json.
yarn start
Starts the development/run server.
yarn add --dev browserify-hmr
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
