google-amp-template

0.1.5 • Public • Published

Google-AMP-Template

NPM version Download
Use this package to create a website that uses Google AMP technology on your mobile, tablet and desktop. This project was created to speed up the development of Google AMP (Accelerated Mobile Pages) in just a couple minutes using command line interface (CLI).
LIVE PREVIEW


About:: Google AMP (Accelerated Mobile Pages)

The Google AMP project is an open-source initiative aiming to make the web better for all. The project enables the creation of websites and ads that are consistently fast, beautiful and high-performing across devices and distribution platforms. The Google AMP Cache serves cached copies of valid AMP content published to the web. Serve content directly from the Google AMP Cache to provide a fast user experience. Read more



Google-AMP-Template

Beta-Mary - Version NPM version



Installation

$ npm install google-amp-template
$ npm run google-amp-template


Git Clone Example

$ git clone https://github.com/tborges/google-amp-template.git
$ cd google-amp-template
$ npm run google-amp-template // Run the package
// The package will create a brand new folder called "amp".
// Inside of "amp" folder open the index.html file (this is your AMP template).

NPM Install Example

$ mkdir my-first-amp
$ cd my-first-amp
$ npm init
$ npm install google-amp-template
$ cd node_modules
$ cd google-amp-template
$ npm run google-amp-template // Run the package
// The package will create a brand new folder called "amp".
// Inside of "amp" folder open the index.html file (this is your AMP template).


Screenshot

Google-AMP-Template Mobile

Google-AMP-Template Desktop 0

Google-AMP-Template Desktop 1

LIVE PREVIEW



Help This Open-Source Project2>
Prs-Welcome

Buy Me A Coffee2>
Buy Me A Coffee

Package Sidebar

Install

npm i google-amp-template

Weekly Downloads

4

Version

0.1.5

License

ISC

Unpacked Size

1.6 MB

Total Files

8

Last publish

Collaborators

  • tborges