/mpvc-example

Example implementation of the MPVC Pattern.

Primary LanguageTypeScriptMIT LicenseMIT

README

This repository holds all the TypeScript source for the example used in my MPVC Pattern blog, reproduced here.

Installation

The implementation requires Node.js and either NPM (comes installed with Node.js) or Yarn. (I'll assume NPM from now on, and assume you can translate to Yarn yourself.) Run npm i, and then npm start to build and start the example application on http://localhost:9000/. By running npm run watch next to it, you can adjust the code and build it incrementally - I didn't set up hot reloading, though.