pwa-studio-extension-example

Demo for differnt extension points

Stars
0

PWA Studio Example

This repo contains working Code Examples for PWA Studio Extensibility Targets.

  • ✔️ How to build a RichContentRenderer
    • jest Test
  • ❌ How to register a Route (Coming soon)
  • ❌ How to extend a Hook (Coming soon)
  • ❌ How to extend graphql query (Coming soon)

🚀 Getting started

First of all you need to have yarn installed on your machine. Then, you can clone this repository in your Scaffolded pwa studio src directory

  1. yarn install;
  2. Install for development
"dependencies": {
   "@larsroettig/pwa-studio-extension-starter": "link:src/pwa-studio-extension-starter"
},