/offline-event-sourcing-application

An example app for offline syncing with event sourcing

Primary LanguageTypeScript

Offline event sourcing application example

Netlify Status

This repository shows a proof of concept on how to use Event Sourcing to synchronise offline apps with the server.

You can test the hosted app here.

Development

Make sure you have yarn installed.

Install the dependencies with yarn install.

Start the app with yarn and visit http://localhost:8080/.