How to Scaffold an App
Background
See this page for what Scaffold is:
ScaffoldPrerequisites
Install Docker https://docs.docker.com/engine/install/
We currently only support Docker for containerization
Make sure it includes Docker Compose
Steps to Scaffold an App
Run the scaffold app create command in the root of your app directory.
Your app directory is wherever you want to store the configuration files for the app. A good choice would be a git versioned repository
Last updated
Was this helpful?