Follow the React Tutorial to build a similar application.
This is a simple shared counter React app that uses DXOS to share state among peers.
Run the app with npm
:
npm install
npm run serve
Build the app to the out
folder:
npm run build
Deploy the app to a DXOS Kube:
npm run deploy
Run storybook in this project
npm run storybook