Skip to content

storefront-foundation/create-react-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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