TLDR; react-oc docs can be found here
This repository uses yarn
. You can install dependencies by simply typing:
yarn
To run tests:
yarn test
To start the demo application:
yarn workspace demo start
To publish changes:
yarn lerna publish
This 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.