Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storefront-foundation/react-storefront-starter-app

A starting point for apps built with React Storefront
https://github.com/storefront-foundation/react-storefront-starter-app

Last synced: about 2 months ago
JSON representation

A starting point for apps built with React Storefront

Awesome Lists containing this project

README

        

# react-storefront-starter-app

Starter Next.js app for React Storefront 7+

# Development

```
npm i
npm run dev
```

# Production

You can get a better sense of the speed of React Storefront by running a production build:

```
npm run build && npm run prod
```