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

https://github.com/ampproject/amp-react-prototype

A scratch pad to experiment with React rendered AMP Components
https://github.com/ampproject/amp-react-prototype

Last synced: about 1 year ago
JSON representation

A scratch pad to experiment with React rendered AMP Components

Awesome Lists containing this project

README

          

# AMP ⚡ components in React

[AMP](https://amp.dev) 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:

```bash
npm install
npm run start
```

This script will start up a local [webserver](http://localhost:8080).

## 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](CODE_OF_CONDUCT.md).

## License

amp-react-prototype is licensed under the [Apache License, Version 2.0](LICENSE).