1.0.0 • Published 8 years ago

deku-redux-router-example v1.0.0

Weekly downloads
5
License
-
Repository
github
Last release
8 years ago

deku-redux-router-example

npm.io

  • An example of deku, redux and some minimal routing
  • Uses a standalone Router, which may be possible to extend to a simple deku router.
  • Uses Deku 2.0.0, super awesome!
  • Not really sure how to test deku 2.0 components at this stage?

dependencies

  • deku 2.0.0
  • redux 3.0.5
  • babel 6.1.0
  • webpack 1.12.9
  • history 2.0.0
  • express 4.13.3
  • isomorphic-fetch 2.2.0
  • postcss-loader 0.7.0
  • ava 0.11.0
  • css modules

Run Dev

npm install
npm start
open http://localhost:3000