ampproject / amp-react-prototype

A scratch pad to experiment with React rendered AMP Components
Apache License 2.0
36 stars 9 forks source link

AMP ⚡ components in React

AMP is a web component framework for easily creating user-first websites, stories, ads, emails and more. This project is a prototype that maps React components in web components space. It uses a few technologies such as Preact, Shadow DOM, and Custom Elements API.

Running locally

After cloning the repository, you can run the prototype with the following:

npm install
npm run start

This script will start up a local webserver.

Code of conduct

The AMP Project strives for a positive and growing project community that provides a safe environment for everyone. All members, committers and volunteers in the community are required to act according to the code of conduct.

License

amp-react-prototype is licensed under the Apache License, Version 2.0.