Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

dxos/shared-counter

Repository files navigation

⚠️ ARCHIVED ⚠️

Follow the React Tutorial to build a similar application.

DXOS Shared Counter

This is a simple shared counter React app that uses DXOS to share state among peers.

Run

Run the app with npm:

npm install
npm run serve

Build

Build the app to the out folder:

npm run build

Deployment

Deploy the app to a DXOS Kube:

npm run deploy

Storybook

Run storybook in this project

npm run storybook

Docs

📚 Using ECHO with React 📚 DXOS Documentation