TLDR; react-oc docs can be found here
This repository uses yarn. You can install dependencies by simply typing:
yarnTo run tests:
yarn testTo start the demo application:
yarn workspace demo startTo publish changes:
yarn lerna publishThis project is private and should not be published. It hosts an oc-registry instance and a simple express + react application using react-oc. This project shows how a react app supporting server-side rendering can use react-oc. In the future, it may hold more examples, and also end to end tests.