Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 939 Bytes

Progressive Web App

This package is your PWA. It supports server-side rendering (SSR) and client-side rendering. You can develop both locally using the same codebase.

Setup

npm install

Running Your PWA

To start the Server Side Rendering (SSR) server, run:

npm run start

The start command prints the URL you need to open in your browser to the console.

Building Your PWA

Your project comes with a sample Commerce Integrations connector as well as examples for home, product-listing and product description pages.

Our sample pages include links to sections in our documentation that show you how to customize your PWA using our tools by including forms, modals, navigation, etc. We recommend you run your PWA and explore the sample pages to get a feel for where to begin.

For more context take a look at our documentation at dev.mobify.com.