This is a Next.js template which can be deployed with SST as a container.
This will deploy your Next.js app to AWS Fargate with Amazon ECS.
- Create an AWS account
- Configure your AWS credentials
- Install dependencies:
pnpm i
- Install SST providers:
pnpm sst install
- Install Docker on your machine
- Deploy:
pnpm sst deploy --stage production
For more information, see the Next.js deployment documentation.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!