Quick Start
- Follow the prerequisites.
- Install the Green Boost CLI:
pnpm add -g gboost
. - Create a web app with:
gboost create
. - Follow the prompts to select a template, directory, app id, and app title. To learn more about
gboost create
and the templates available, learn more here. - Change directory into your directory:
cd <your-directory>
- Install dependencies:
pnpm i
. - Change directory into the infrastructure folder:
cd infra
- Deploy:
pnpm deploy:local
- View your web app the CloudFront URL printed in your terminal towards the end of output from the previous command.
- Clean up:
pnpm destroy:local
.