0.0.3 • Published 10 years ago
sam-devtools v0.0.3
DevTools for SAM
SAM is a lightweight framework for working with the SAM pattern in Frontend JS land.
This repo aims to provide functionality similar to Redux's DevTools and shares some ideas and even code.
Running the example
Clone the project
git clone git@github.com:sam-js/sam-devtools.gitInstall dependencies in the root folder
cd sam-devtools
npm installInstall dependencies in the example folder
cd examples/counter
npm installRun the project
npm run watchthen open http://localhost:1337/ and have fun! :)