Skip to content

ecomplus/store

Repository files navigation

Store

Cloud Commerce: the new Store template

Getting started

🇺🇸 First deployment and setup

🇧🇷 Primeiro deploy e configuração

Local development

npm i

Note
Check VS Code (highly) recommend extensions in store/.vscode/extensions.json

Storefront

npm run dev

It starts serving the site at http://localhost:3000/.

Edit your store source in functions/ssr:

  • src: pages, components, styles and scripts sources;
  • content: JSON and Markdown content (editable with git-based CMS);
  • public: images and not-parsed static assets;