Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

SAM TodoMVC Implementation (ES6)

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

Getting started

  • Clone this repo and install the dependencies with npm by running: npm install.
  • Open the the index.html file

Server side implementation

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.

License

The SAM sample code is "unlicensed"
Creative Commons License
Work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.