SAM is a new software engineering pattern that simplifies the Front-End development by cleanly separating the business logic from the view and strictly decoupling back-end APIs from the Front-End. - The SAM Pattern
This code sample uses the sam-pattern library
- Clone this repo and install the dependencies with npm by running:
npm install. - Open the the index.html file
SAM is naturally isomorphic so all the code provided in that sample can, without modification, run on node.js following this tutorial
The "mods" directory contains a modularized version of the application.
The SAM sample code is "unlicensed"
Work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.

