es6-hot-module-replacement icon indicating copy to clipboard operation
es6-hot-module-replacement copied to clipboard

A simple example of Hot Module Replacement using ES6 modules & syntax.

ES6 Hot Module Replacement

A simple example of Hot Module Replacement using ES6 modules & syntax.

ES6 Hot Module Replacement Example

Features

Getting Started

Clone the repository and cd into it.

git clone [email protected]:swirlycheetah/es6-hot-module-replacement.git && cd es6-hot-module-replacement

Install the project dependencies.

npm install

Start the server.

npm start

Navigate to localhost:8080 in your browser of choice.

Start making changes to files within the src/ directory and you'll see those changes in the browser immediately, all without needing to refresh the page.

License

Released under the MIT license: opensource.org/licenses/MIT