This repo contains the realworld example app implementations that use XSM to manage the app state. It uses rw-xsm-handlers as the common module to manage the app state as well as the API logic to the realworld example app backend for all the XSM supported frameworks. It strides to demostrate that you can write the state and API code once and use it for all the supported frameworks with XSM.
Clone this repo
git clone git@github.com:peterluhub/realworld-example.gitRun in the same directory(package root directory) of this README.md:
npm installRun in the framework directory(./react-xsm for React):
npm installBuild the js bundle by running:
npm run buildRun the following to bring up the web server and see it in the browser:
npm run serve ./react-xsm/distThe status of angular-xsm app is work-in-progress. The work has just started.