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