Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1021 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 1021 Bytes

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:

Deploy with Vercel

How to use

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-app

Deploy it to the cloud with Vercel (Documentation).