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
- Host: GitHub
- URL: https://github.com/vrijraj/amp-hub
- Owner: vrijraj
- Created: 2020-02-14T08:28:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T09:16:25.000Z (over 6 years ago)
- Last Synced: 2025-04-08T13:26:32.765Z (over 1 year ago)
- Topics: amp, amp-html, ampstories, ampstory
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)