Skip to content

storefront-foundation/create-react-storefront

Repository files navigation

create-react-storefront

A CLI for creating new apps based on react-storefront

Usage

npm create react-storefront (app-name)

To accept all of the defaults, run:

npm create react-storefront (app-name) --yes

Development

To run this app in development:

npm i
npm start