Skip to content

Latest commit

 

History

History

external-amp-component

Example: Build AMP page with external shared component

Quick Start

Dependencies Installation

$ npm i

Development Mode

$ npm run dev

Now a valid AMP page - http://localhost:3000/ is available

Prouction Mode

$ npm run build
$ npm start