This repository contains code samples using libraries from the PWA Studio project. Its purpose is to showcase PWA Studio pieces in small scale code samples to help developers become familiar with the API and concepts.
Use this repository as a supplement to the Venia example storefront to help you learn how to develop your own PWA Studio projects.
To see this app deployed online, see its companion CodeSandbox project, which can also be found embedded in pages on the PWA Studio documentation website.
Follow these steps to run this application locally.
-
Make sure you have the following installed:
- Node
- NPM
- Yarn
-
Install dependencies:
yarn install
-
Start server:
yarn run start
-
Navigate to the application at:
http://0.0.0.0:8080/
Fun Fact: This code sample repository project is a simple React application built using UPWARD!