An open API service indexing awesome lists of open source software.

https://github.com/vrijraj/amp-hub

AMP Hub for the Developers
https://github.com/vrijraj/amp-hub

amp amp-html ampstories ampstory

Last synced: 6 months ago
JSON representation

AMP Hub for the Developers

Awesome Lists containing this project

README

          

# AMP Hub for the Developers

## AMP: Accelerated Mobile Page
Open Sources project for creating
1. Super fast pages
1. Web component framework

## AMP Core Components
1. `AMP HTML`: AMP is a set of html tags that you have to use in your page. Modified version of html tags
1. `AMP JS`: AMP JS library, which implements all the best performance practices and manage resource loading over the page
1. `AMP Caches`: Which caches amp pages, making them faster

## Getting Started
1. Add `amp` attribute in html tag
1. Load AMP JS Library
```js

```

### Example
```html





Hello World



```

Follow the tutorial for [AMP HTML](https://amp.dev/documentation/guides-and-tutorials/start/create/?format=websites)