This example shows how to create an AMP page with amp-story using Next.js and the AMP feature.
Deploy the example using Vercel:
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example amp-story amp-story-app
# or
yarn create next-app --example amp-story amp-story-appDeploy it to the cloud with Vercel (Documentation).