As part of our filing for Chapter 11 bankruptcy relief, Akamai has acquired select assets from Edgio, including certain customer contracts from our content delivery, applications, and security businesses, but not including Uplynk. We encourage any active Edgio delivery, applications, or security customers that are not already engaged with Akamai to migrate their services, to contact their local Akamai office or support@edg.io as soon as possible to help avoid service interruptions. Service will end on January 15, 2025.


Any Edgio Uplynk customers can reach out to support@uplynk.com for any questions or concerns.

Edgio

React Storefront

React Storefront helps developers build sub-second e-commerce progressive web apps in record time. This guide shows you how to deploy a React Storefront application to Edgio.

Sign up for Edgio

Deploying requires an account on Edgio. Sign up here for free.

Creating a React Storefront App

To create a new React Storefront app, run:
Bash
1npm create react-storefront@^8.0.0 myapp
Select “Yes” when answering the following question:
Bash
1? Will you be deploying your app on Edgio? › no / yes

Running Locally

To run your app locally:
Bash
1npm start

Deploying

Deploy your app to the Sites by running the following command in your project’s root directory:
Bash
10 deploy

Prefetching

See the Prefetching Guide in the React Storefront documentation.