Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 294 Bytes

File metadata and controls

27 lines (18 loc) · 294 Bytes

Example: Build AMP page with React + global scoped css

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