How to Scaffold an App

Background

See this page for what Scaffold is:

Scaffold

Prerequisites

We currently only support Docker for containerization

  1. After installation ensure that docker compose is a valid command

Steps to Scaffold an App

  1. Run the scaffold app create command in the root of your app directory.

stoobly-agent scaffold app create <APP-NAME>

We recommend running this command from the root directory of a version-controlled code repository.

  1. A .stoobly context will be created in the app directory if it does not already exist

    1. Inside the context folder, a docker folder will be created with initial core services

Last updated

Was this helpful?