Skip to content

A tutorial on how to create a live blog with AMP

Notifications You must be signed in to change notification settings

yomete/amp-live-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amp-live-blog

A simple AMP live blog that demonstrates how AMP sites can be updated in realtime with the help of the amp-live-list component and a backend server (Node.js).

Requirements

How to run this app

  1. Clone the repo - https://github.com/yomete/amp-live-blog.
  2. Install all dependencies with npm install.
  3. Run node server to see the application running at http://localhost:5000.
  4. Open the Postman application.
  5. To add content to the blog and see it update in realtime, send a POST request on Postman to http://localhost:5000/posts/new with a body value.

Releases

No releases published

Packages