Skip to main content
Version: 2.7

Create a Steedos DX Project

The easiest way to setup a project is to use create-steedos-app. This CLI tool allows you to quickly start building a new steedos project and sets everything up for you.

Creating an empty project

npx create-steedos-app my-project

Importing template projects

You can use the -e or --example parameter to import template projects.

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

npx create-steedos-app my-project -e https://github.com/steedos/steedos-examples/tree/main/with-amis