Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 618 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 618 Bytes

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 [email protected]:sam-js/sam-devtools.git

Install dependencies in the root folder

cd sam-devtools
npm install

Install dependencies in the example folder

cd examples/counter
npm install

Run the project

npm run watch

then open http://localhost:1337/ and have fun! :)