mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
.. | ||
project-template@0bc0d3522f | ||
with-datadog | ||
with-k6 | ||
with-postgres | ||
with-tracing-jaeger | ||
README.md |
Steedos Examples
Some basic examples for Steedos Platform.
Check more examples at https://github.com/steedos/steedos-examples
Getting Started
Start mongodb & redis service
cd with-docker-compose
docker-compose up
Start steedos service
cd ${example-name}
yarn
yarn start
Use as an app template
npx create-steedos-app -e ${example-name}