Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/composer
https://github.com/jessmartin/composer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessmartin/composer
- Owner: jessmartin
- Created: 2023-09-13T19:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T19:23:56.000Z (over 1 year ago)
- Last Synced: 2025-01-09T20:00:33.684Z (15 days ago)
- Language: TypeScript
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-composer
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)