Skip to content

peterluhub/realworld-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published