Skip to content

jwill9999/Subpub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubPub Design Pattern JavaScript

> git clone https://github.com/jwill9999/Subpub.git
> cd subPub
> npm install
> npm run build

> npm run watch - for watch mode

Project View

Sub / Pub Design Pattern

This is a simple demonstration of the sub / Pub design pattern. It uses modules using the common js pattern of export and require statements. Browserify is built in for cross browser compatability and compilation into a bundle file containing all the js code.

Key features


NPM Build System

Browserify

Modules

Sub/Pub Design Pattern

Practical example

Commented code for reference

Links

Video

JavaScript Design Patterns BOOK

Releases

No releases published

Packages

No packages published

Languages