Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 773 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 773 Bytes

Information about the abstract-state-router, and some example implementations.

Check it out!

To run it yourself locally, check it out into some directory being served up by a static http server, maybe Apache or something:

git clone git@github.com:tehshrike/state-router-example.git
cd state-router-example
npm install

At this point you can npm run build to build a deployable version of all versions, minified and everything, or you can run one of these if you want to play with the code:

  • npm run watch:riot
  • npm run watch:ractive
  • npm run watch:ractive-redux
  • npm run watch:virtualdom
  • npm run watch:ko
  • npm run watch:svelte