Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 528 Bytes

File metadata and controls

25 lines (15 loc) · 528 Bytes

Example JavaScript Module Webpack Counter

This is intended to demonstrate how to leverage Webpack and synchronous features of Iterator Cascade Callbacks within a simple web application.

  • Build/bundle via;

    npm --workspace examples/mjs_webpack_counter run build
  • Start local development web-server

    npm --workspace examples/mjs_webpack_counter run py-serve
  • Navigate to http://localhost:8080 with preferred web-browser

    firefox 'http://localhost:8080'