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

https://github.com/steedos/steedos-examples

华炎魔方示例项目 / Enjoy our selection of Steedos examples to learn from or incorporate into your project.
https://github.com/steedos/steedos-examples

Last synced: 6 months ago
JSON representation

华炎魔方示例项目 / Enjoy our selection of Steedos examples to learn from or incorporate into your project.

Awesome Lists containing this project

README

          

# Steedos Examples

Enjoy our selection of Steedos examples to learn from or incorporate into your project.

## Getting Started

### Start mongodb & redis service

```bash
cd with-docker-compose
docker-compose up
```

### Start steedos service

```bash
cd ${example-name}
yarn
yarn start
```

## Use as an app template

```bash
npx create-steedos-app -e https://github.com/steedos/steedos-examples/tree/main/${example-name}
```