| title | Quickstart |
|---|---|
| category | Get started |
| description | Get started quickly with Architect |
Architect is a simple framework for building and delivering powerful functional web apps on AWS
Assuming Node.js 16+ is installed, open your terminal and create a new Architect project:
Start the local dev server:
cd your-app
npx arc sandbox
Cmd / Ctrl + cexits the sandbox
Deploy to your built-in staging environment:
npx arc deployProtip: create additional named development environments with the
--nameflag
Ship to your built-in production environment:
npx arc deploy --productionBe safe! Set the
ARC_APP_SECRETenvironment variable in production to secure your HTTP sessions; more information in theenvCLI reference