Skip to content

sam-js/sam-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! :)

About

DevTools for SAM with hot reloading and time travel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published