Skip to content

Latest commit

 

History

History

mjs_webpack_counter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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'