peterluhub / realworld-example

realworld example app implementations that use XSM to manage the app state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Install

Clone this repo

git clone git@github.com:peterluhub/realworld-example.git

Run in the same directory(package root directory) of this README.md:

npm install

Run in the framework directory(./react-xsm for React):

npm install

Build the js bundle by running:

npm run build

Run the following to bring up the web server and see it in the browser:

npm run serve ./react-xsm/dist
Note

The status of angular-xsm app is work-in-progress. The work has just started.

About

realworld example app implementations that use XSM to manage the app state.


Languages

Language:JavaScript 54.9%Language:HTML 45.1%