Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tborges/google-amp-template
npm: OPEN SOURCE PROJECT
https://github.com/tborges/google-amp-template
Last synced: about 1 month ago
JSON representation
npm: OPEN SOURCE PROJECT
- Host: GitHub
- URL: https://github.com/tborges/google-amp-template
- Owner: tborges
- Created: 2019-02-28T15:57:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T17:09:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T14:36:06.735Z (3 months ago)
- Language: HTML
- Homepage: https://www.npmjs.com/package/google-amp-template
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google-AMP-Template
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
- Sidebar
- Vimeo Videos
- Carousel
- Google Analytics
- Request Add/Remove Features here.
## Installation
``` shell
$ npm install google-amp-template
$ npm run google-amp-template
```
## Git Clone Example
``` html
$ 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
``` html
$ 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](https://raw.githubusercontent.com/tborges/google-amp-template/master/Google-AMP-Template-mobile.png)
![Google-AMP-Template Desktop 0](https://raw.githubusercontent.com/tborges/google-amp-template/master/Google-AMP-Template-desktop-0.png)
![Google-AMP-Template Desktop 1](https://raw.githubusercontent.com/tborges/google-amp-template/master/Google-AMP-Template-desktop-1.png)