How to Scaffold an App
Last updated
See this page for what Scaffold is:
ScaffoldWe currently only support Docker for containerization
Install Docker https://docs.docker.com/engine/install/
After installation ensure that docker compose is a valid command
Run the scaffold app create command in the root of your app directory.
stoobly-agent scaffold app create <APP-NAME>Recommended for E2E Testing: Include --plugin playwright or --plugin cypress when creating the app scaffold. This sets up Playwright or Cypress-specific configurations and dependencies for running E2E tests.
We recommend running this command from the root directory of a version-controlled code repository.
A .stoobly context will be created in the app directory if it does not already exist
Inside the context folder, a docker folder will be created with initial core services
Last updated