Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/dxos-shared-counter
https://github.com/jessmartin/dxos-shared-counter
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessmartin/dxos-shared-counter
- Owner: jessmartin
- Created: 2023-06-28T22:01:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T22:02:14.000Z (over 1 year ago)
- Last Synced: 2024-12-07T14:46:00.736Z (about 1 month ago)
- Language: TypeScript
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shared-counter
This app was created with the DXOS `bare` application template.
- [x] Progressive Web App support
- [x] React
- [x] DXOS UI System
- [x] StorybookRun the app with `npm`:
```bash
npm install
npm run serve
```Build the app to the `out` folder:
```bash
npm run build
```Deploy the app to a [DXOS Kube](https://docs.dxos.org/guide/kube):
```bash
npm run deploy
```Run storybook in this project
```bash
npm run storybook
```[📚 Using ECHO with React](https://docs.dxos.org/guide/react)
[📚 DXOS Documentation](https://docs.dxos.org)