Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 666 Bytes

File metadata and controls

28 lines (13 loc) · 666 Bytes

how to use

clone this repo and then npm install dependencies. You need a running cubicweb-blog instance. To configure it have a look at app/config.js

##Plan for future:

  • use iso npm package (to ease isomorphic)
  • use alt npm package (for flux implementation)
  • use Radium npm package (for inline css: with mediaQuery and pseudo selector :hover, :focus and :active)

need something like Relay but use RQL instead of GraphQL.

to build the bundle:

watchify -x react app/browser.js --debug -o public/bundle.js -v

Exclude react and react-router because it is aleardy bundle in bundle-react.js with:

browserify -r react -o public/bundle-react.js