Skip to content

magento-research/code-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA Studio Code Sample Repository

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.

Using this repository

Use this repository as a supplement to the Venia example storefront to help you learn how to develop your own PWA Studio projects.

Online deployment

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.

Local deployment

Follow these steps to run this application locally.

  1. Make sure you have the following installed:

    • Node
    • NPM
    • Yarn
  2. Install dependencies:

    yarn install
  3. Start server:

    yarn run start
  4. 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!

About

A repository of code samples using PWA Studio libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published