0.1.5 • Published 2 years ago

google-amp-template v0.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
2 years ago

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

  • Sidebar
  • Vimeo Videos
  • Carousel
  • Pinterest
  • Google Analytics
  • Request Add/Remove Features here.

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