Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.01 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.01 KB

Perro Cafe Storefront

This project is built from the Shopify Hydrogen Demo Store template:

What's included

  • Remix
  • Hydrogen
  • Oxygen
  • Shopify CLI
  • ESLint
  • Prettier
  • GraphQL generator
  • TypeScript
  • Styled Components
  • Full-featured setup of components and routes
  • Add more...

Getting started

Requirements:

  • Node.js version 18.12.0 or higher
npm install
npm run dev

Remember to update .env with your shop's domain and Storefront API token! Learn more about configuring your environment.

Building for production

npm run build

Local development

npm run dev

Storybook

npm run storybook

More information