Skip to content

web app with React for client part and cubicweb as data repository

License

Notifications You must be signed in to change notification settings

stregouet/cubicweb-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

web app with React for client part and cubicweb as data repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published