8000 GitHub - mgaraiondo/react-storefront at update-deps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

mgaraiondo/react-storefront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Storefront

React Storefront is an open-source frontend e-commerce platform from the Saleor team.

  • Next.js
  • TypeScript
  • GraphQL

Motivation

  • modern & fast
  • easily customizable
  • works out-of-the-box
  • all-in-one solution

Setup

Install dependencies:

pnpm i

Start the dev server:

npm run dev

If you modify GraphQL files and would like to update the hooks, run:

npm run generate

Script will start the GraphQL Code Generator in the watch mode, so changes in the querries will be automatically updated.

Configuration

The .env file contains environment variables used by the application. You can override them by creating .env.local file.

Read more

Debugging using VS Code

The repository contains ready to use VS Code debugger configuration (.vscode/launch.json).

Start server in debug mode

npm run debug

Add breakpoints, and start debugging session in your editor.

VS Code GraphQL Extension

GraphQL extension for VSCode adds syntax highlighting, validation, and language features like go to definition, hover information and autocompletion for graphql projects. This extension also works with queries annotated with gql tag.

VS Marketplace link

About

An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%
0