Cloud Commerce: the new Store template
🇧🇷 Primeiro deploy e configuração
npm i
Note
Check VS Code (highly) recommend extensions in store/.vscode/extensions.json
npm run dev
It starts serving the site at https://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;