Package Exports
- @architect/architect
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/architect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Build ultra scalable database backed web apps on AWS serverless infrastructure with full local, offline workflows, and more. Full documentation found at: https://arc.codes
Installation
Open your terminal to install arc
globally:
npm i -g @architect/architect
Check the version:
arc version
Protip: run
arc
with no arguments to get help
Work locally
Create a new app:
mkdir testapp
cd testapp
arc init
Kick up the local dev server:
arc sandbox
Cmd / Ctrl + c
exits the sandbox
Deploy to AWS
Deploy the staging
stack:
arc deploy
Protip: create additional
staging
stacks with--name
Ship to a production
stack:
arc deploy production
Or eject to CloudFormation and deploy with the AWS SAM CLI:
arc package
sam package --template-file sam.json --output-template-file out.yaml --s3-bucket mybukkit
sam deploy --template-file out.yaml --stack-name MyStack --s3-bucket mybukkit --capabilities CAPABILITY_IAM
Founding team
Amber Costley, Angelina Fabbro, Brian LeRoux, Jen Fong-Adwent, Kristofer Joseph, Kris Borchers, Ryan Block, Spencer Kelley
Special thanks
Pinyao Guo for the Architect GitHub name