Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickbasile/dxos-todos-demo
https://github.com/nickbasile/dxos-todos-demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickbasile/dxos-todos-demo
- Owner: nickbasile
- Created: 2023-07-18T03:10:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T03:10:56.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:32:00.446Z (about 2 months ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todos
This app was created with the DXOS `bare` application template.
- [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)