Skip to content

Latest commit

 

History

History

styled-components

Example: Build AMP page with React + Styled Components

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