Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 304 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 304 Bytes

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