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.
- Host: GitHub
- URL: https://github.com/steedos/steedos-examples
- Owner: steedos
- License: mit
- Created: 2021-10-19T10:03:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T17:05:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:22:36.668Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 2
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```