This example is based on the remix-run/architect template and uses the arc sandbox for local development.
The deployment is done with the aws-cdk v2.
This repository uses yarn workspaces. To set up all use the following command:
yarn installyarn startOpen up http://localhost:3333 and you should be ready to go!
If you want to have a look at the synthesized CloudFormation template, you can run yarn synth and find the template in infrastructure/RemixStack.yml.
You can deploy remix via the following commands:
yarn build
yarn deployDelete the CloudFormation stack named "RemixStack" created by this project.
