Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickbasile/dxos-todos-demo


https://github.com/nickbasile/dxos-todos-demo

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# todos

This app was created with the DXOS `bare` application template.

- [x] React
- [x] DXOS UI System
- [x] Storybook

Run 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)