create-react-storefront
v8.1.2
Published
A CLI for creating React Storefront apps.
Downloads
77
Keywords
Readme
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